diff options
| author | oy <Tom_Adams@web.de> | 2012-01-08 18:16:38 +0100 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2012-01-08 18:16:38 +0100 |
| commit | e960cbdff3bea74edfbca157679dcf65359e0739 (patch) | |
| tree | 3cf2711fdf42f3d2f558cc660746146497526acd /src/engine | |
| parent | 3811476c6e69824a6a67b913961c4ab4716eda20 (diff) | |
| download | zcatch-e960cbdff3bea74edfbca157679dcf65359e0739.tar.gz zcatch-e960cbdff3bea74edfbca157679dcf65359e0739.zip | |
added a config to display the code string of a country flag instead of the image. Closes #897
Diffstat (limited to 'src/engine')
| -rw-r--r-- | src/engine/shared/config_variables.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/engine/shared/config_variables.h b/src/engine/shared/config_variables.h index dfeeeaf6..ac913162 100644 --- a/src/engine/shared/config_variables.h +++ b/src/engine/shared/config_variables.h @@ -17,6 +17,7 @@ MACRO_CONFIG_INT(ConsoleOutputLevel, console_output_level, 0, 0, 2, CFGFLAG_CLIE MACRO_CONFIG_INT(ClCpuThrottle, cl_cpu_throttle, 0, 0, 1, CFGFLAG_SAVE|CFGFLAG_CLIENT, "") MACRO_CONFIG_INT(ClEditor, cl_editor, 0, 0, 1, CFGFLAG_CLIENT, "") +MACRO_CONFIG_INT(ClLoadCountryFlags, cl_load_country_flags, 1, 0, 1, CFGFLAG_SAVE|CFGFLAG_CLIENT, "Load and show country flags") MACRO_CONFIG_INT(ClAutoDemoRecord, cl_auto_demo_record, 0, 0, 1, CFGFLAG_SAVE|CFGFLAG_CLIENT, "Automatically record demos") MACRO_CONFIG_INT(ClAutoDemoMax, cl_auto_demo_max, 10, 0, 1000, CFGFLAG_SAVE|CFGFLAG_CLIENT, "Maximum number of automatically recorded demos (0 = no limit)") |