fixed the saving of the filter options

This commit is contained in:
Magnus Auvinen 2007-11-08 20:35:05 +00:00
parent 2c9e332c04
commit 5702b3bfd0

View file

@ -18,11 +18,11 @@ MACRO_CONFIG_INT(cl_editor, 0, 0, 1)
MACRO_CONFIG_STR(b_filter_string, 64, "")
MACRO_CONFIG_INT(b_filter_full, 0, 1, 0)
MACRO_CONFIG_INT(b_filter_empty, 0, 1, 0)
MACRO_CONFIG_INT(b_filter_pw, 0, 1, 0)
MACRO_CONFIG_INT(b_sort, 0, 0, 0)
MACRO_CONFIG_INT(b_max_requests, 10, 0, 0)
MACRO_CONFIG_INT(b_filter_full, 0, 0, 1)
MACRO_CONFIG_INT(b_filter_empty, 0, 0, 1)
MACRO_CONFIG_INT(b_filter_pw, 0, 0, 1)
MACRO_CONFIG_INT(b_sort, 0, 0, 256)
MACRO_CONFIG_INT(b_max_requests, 10, 0, 1000)
MACRO_CONFIG_INT(snd_rate, 48000, 0, 0)
MACRO_CONFIG_INT(snd_enable, 1, 0, 1)