about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/engine/config_variables.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/engine/config_variables.h b/src/engine/config_variables.h
index 0bc0c89c..09b03cbc 100644
--- a/src/engine/config_variables.h
+++ b/src/engine/config_variables.h
@@ -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)