mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
fixed the saving of the filter options
This commit is contained in:
parent
2c9e332c04
commit
5702b3bfd0
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue