diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-09-30 11:48:06 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-09-30 11:48:06 +0000 |
| commit | db999a250293ab72c2dcd5f103b353758163c83d (patch) | |
| tree | 7b0417c2a473fb2c371ee6784264a4cc62b53308 /src/engine/config_variables.h | |
| parent | 19aaea9bfd2b7a6df9f2966c91367eac6fd2d837 (diff) | |
| download | zcatch-db999a250293ab72c2dcd5f103b353758163c83d.tar.gz zcatch-db999a250293ab72c2dcd5f103b353758163c83d.zip | |
fixed more with the server browser. added filtering
Diffstat (limited to 'src/engine/config_variables.h')
| -rw-r--r-- | src/engine/config_variables.h | 6 |
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) |