Added "freeze order" option. Talk about feature creep :-)

This commit is contained in:
pdw
2002-10-25 12:53:36 +00:00
parent 6ea79204e5
commit ba1bdd7a8e
4 changed files with 38 additions and 5 deletions

View File

@@ -97,6 +97,7 @@ static void set_defaults() {
options.bandwidth_in_bytes = 0;
options.sort = OPTION_SORT_DIV2;
options.screenfilter = NULL;
options.freezeorder = 0;
}
static void die(char *msg) {