diff options
| author | oy <Tom_Adams@web.de> | 2010-12-08 01:42:32 +0100 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2010-12-08 01:42:32 +0100 |
| commit | 0fe8cabe78da649187c8cf11d5d2746ab4bb20ac (patch) | |
| tree | b89b23da82953d162218b47f0d7c754a5b25e000 /src/engine/shared/config_variables.h | |
| parent | 974a40913d5c0cf9516f62ea88df9ecdff7bc3c9 (diff) | |
| download | zcatch-0fe8cabe78da649187c8cf11d5d2746ab4bb20ac.tar.gz zcatch-0fe8cabe78da649187c8cf11d5d2746ab4bb20ac.zip | |
added auto recording support by Batchyx
Diffstat (limited to 'src/engine/shared/config_variables.h')
| -rw-r--r-- | src/engine/shared/config_variables.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/engine/shared/config_variables.h b/src/engine/shared/config_variables.h index fdb5a1e2..ce9b1982 100644 --- a/src/engine/shared/config_variables.h +++ b/src/engine/shared/config_variables.h @@ -17,6 +17,8 @@ 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(ClAutoDemoRecord, cl_auto_demo_record, 0, 0, 1, CFGFLAG_SAVE|CFGFLAG_CLIENT, "Automatically record demos") + MACRO_CONFIG_INT(ClEventthread, cl_eventthread, 0, 0, 1, CFGFLAG_CLIENT, "Enables the usage of a thread to pump the events") MACRO_CONFIG_INT(InpGrab, inp_grab, 0, 0, 1, CFGFLAG_SAVE|CFGFLAG_CLIENT, "Use forceful input grabbing method") |