diff options
Diffstat (limited to 'src/engine/e_config_variables.h')
| -rw-r--r-- | src/engine/e_config_variables.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/engine/e_config_variables.h b/src/engine/e_config_variables.h index 99c10c4b..c3bbc524 100644 --- a/src/engine/e_config_variables.h +++ b/src/engine/e_config_variables.h @@ -16,6 +16,9 @@ MACRO_CONFIG_STR(b_filter_string, 64, "") 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_filter_ping, 999, 0, 999) +MACRO_CONFIG_INT(b_filter_gametype, 0xf, 0, 0xf) + MACRO_CONFIG_INT(b_sort, 0, 0, 256) MACRO_CONFIG_INT(b_sort_order, 0, 0, 1) MACRO_CONFIG_INT(b_max_requests, 10, 0, 1000) @@ -25,6 +28,8 @@ MACRO_CONFIG_INT(snd_enable, 1, 0, 1) MACRO_CONFIG_INT(snd_volume, 100, 0, 100) MACRO_CONFIG_INT(snd_device, -1, 0, 0) +MACRO_CONFIG_INT(snd_nonactive_mute, 0, 0, 1) + 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) |