about summary refs log tree commit diff
path: root/src/engine/shared
diff options
context:
space:
mode:
authoroy <Tom_Adams@web.de>2010-12-08 01:42:32 +0100
committeroy <Tom_Adams@web.de>2010-12-08 01:42:32 +0100
commit0fe8cabe78da649187c8cf11d5d2746ab4bb20ac (patch)
treeb89b23da82953d162218b47f0d7c754a5b25e000 /src/engine/shared
parent974a40913d5c0cf9516f62ea88df9ecdff7bc3c9 (diff)
downloadzcatch-0fe8cabe78da649187c8cf11d5d2746ab4bb20ac.tar.gz
zcatch-0fe8cabe78da649187c8cf11d5d2746ab4bb20ac.zip
added auto recording support by Batchyx
Diffstat (limited to 'src/engine/shared')
-rw-r--r--src/engine/shared/config_variables.h2
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")