about summary refs log tree commit diff
path: root/src/game/variables.h
diff options
context:
space:
mode:
authoroy <Tom_Adams@web.de>2011-01-17 12:56:49 +0100
committeroy <Tom_Adams@web.de>2011-01-17 12:56:49 +0100
commit40f6740742c7d967038abdd5a582d8b50712d1b2 (patch)
tree49c6785d3780366112d88392712bb1c3c333bd9a /src/game/variables.h
parent216967c3bf72ccff9d069327a5531e50f8f88b5a (diff)
downloadzcatch-40f6740742c7d967038abdd5a582d8b50712d1b2.tar.gz
zcatch-40f6740742c7d967038abdd5a582d8b50712d1b2.zip
fixed few spelling mistakes and disabled an unused command
Diffstat (limited to 'src/game/variables.h')
-rw-r--r--src/game/variables.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/variables.h b/src/game/variables.h
index 1a5575d5..0621f6af 100644
--- a/src/game/variables.h
+++ b/src/game/variables.h
@@ -25,7 +25,7 @@ MACRO_CONFIG_INT(ClMouseMaxDistance, cl_mouse_max_distance, 800, 0, 0, CFGFLAG_C
 
 MACRO_CONFIG_INT(EdShowkeys, ed_showkeys, 0, 0, 1, CFGFLAG_CLIENT|CFGFLAG_SAVE, "")
 
-MACRO_CONFIG_INT(ClFlow, cl_flow, 0, 0, 1, CFGFLAG_CLIENT|CFGFLAG_SAVE, "")
+//MACRO_CONFIG_INT(ClFlow, cl_flow, 0, 0, 1, CFGFLAG_CLIENT|CFGFLAG_SAVE, "")
 
 MACRO_CONFIG_INT(ClShowWelcome, cl_show_welcome, 1, 0, 1, CFGFLAG_CLIENT|CFGFLAG_SAVE, "")
 MACRO_CONFIG_INT(ClMotdTime, cl_motd_time, 10, 0, 100, CFGFLAG_CLIENT|CFGFLAG_SAVE, "How long to show the server message of the day")