about summary refs log tree commit diff
path: root/src/engine/config_variables.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/config_variables.h')
-rw-r--r--src/engine/config_variables.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/engine/config_variables.h b/src/engine/config_variables.h
index cca544b8..4ce022f3 100644
--- a/src/engine/config_variables.h
+++ b/src/engine/config_variables.h
@@ -12,6 +12,12 @@ MACRO_CONFIG_INT(debug, 0, 0, 1)
 MACRO_CONFIG_INT(stress, 0, 0, 0)
 MACRO_CONFIG_STR(cl_stress_server, 32, "localhost")
 
+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(gfx_screen_width, 800, 0, 0)
 MACRO_CONFIG_INT(gfx_screen_height, 600, 0, 0)
 MACRO_CONFIG_INT(gfx_fullscreen, 1, 0, 1)