about summary refs log tree commit diff
path: root/src/game/variables.h
diff options
context:
space:
mode:
authorTeetime <TeetimeTW@yahoo.de>2012-02-23 01:17:10 +0100
committerTeetime <TeetimeTW@yahoo.de>2012-02-23 01:17:10 +0100
commita23de27d6fee7312025d221ad5b93ecd17b2b406 (patch)
tree745dd6cb59ef01afd8b519fcbe3066dbad6d5195 /src/game/variables.h
parentfca0b0816753def8d4bf16baa746a9b7c5a53723 (diff)
downloadzcatch-a23de27d6fee7312025d221ad5b93ecd17b2b406.tar.gz
zcatch-a23de27d6fee7312025d221ad5b93ecd17b2b406.zip
fixed spelling mistakes, some refractoring etc.
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 4b321a36..b0daf185 100644
--- a/src/game/variables.h
+++ b/src/game/variables.h
@@ -95,7 +95,7 @@ MACRO_CONFIG_INT(DbgTuning, dbg_tuning, 0, 0, 1, CFGFLAG_CLIENT, "")
 MACRO_CONFIG_INT(SvMode, sv_mode, 1, 1, 5, CFGFLAG_SERVER, "1 - Instagib; 2 - Rocket area; 3 - Hammerparty; 4 - Grenade; 5 - Ninja")
 MACRO_CONFIG_INT(SvAllowJoin, sv_allow_join, 2, 1, 2, CFGFLAG_SERVER, "Allow new Players to join without waiting for the next round")
 //1 = Allowed to join; 2 = Will join when person with the most kills die
-MACRO_CONFIG_INT(SvColorIndicator, sv_color_indicator, 1, 0, 1, CFGFLAG_SERVER, "Color tees apropriate to the number of currently catched players")
+MACRO_CONFIG_INT(SvColorIndicator, sv_color_indicator, 1, 0, 1, CFGFLAG_SERVER, "Color tees apropriate to the number of currently caught players")
 MACRO_CONFIG_INT(SvBonus, sv_bonus, 0, 0, 10000, CFGFLAG_SERVER, "Give the last player extra points")
 MACRO_CONFIG_INT(SvFollowCatcher, sv_follow_catcher, 1, 0, 1, CFGFLAG_SERVER, "If a victim should follow his catcher")
 MACRO_CONFIG_INT(SvLaserjumps, sv_laserjumps, 0, 0, 1, CFGFLAG_SERVER, "Use laserjumps - on a laser bounce a explosion will occur which takes no damage")