about summary refs log tree commit diff
path: root/src/game/variables.h
diff options
context:
space:
mode:
authorTeetime <anton.tsoulos@yahoo.de>2011-10-14 15:51:14 +0200
committerTeetime <anton.tsoulos@yahoo.de>2011-10-14 15:51:14 +0200
commitbd0bbcf4464a5cb9570c4cd3a3c1f347fa3cff66 (patch)
tree360d108c99688a345363918bbebd12656e197bca /src/game/variables.h
parentf4a97c596219f2a87c4562643119754db6db77c0 (diff)
downloadzcatch-bd0bbcf4464a5cb9570c4cd3a3c1f347fa3cff66.tar.gz
zcatch-bd0bbcf4464a5cb9570c4cd3a3c1f347fa3cff66.zip
new mode: ninja
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 69a266ac..c3063a33 100644
--- a/src/game/variables.h
+++ b/src/game/variables.h
@@ -91,7 +91,7 @@ MACRO_CONFIG_INT(DbgTuning, dbg_tuning, 0, 0, 1, CFGFLAG_CLIENT, "")
 #endif
 
 //zCatch:
-MACRO_CONFIG_INT(SvMode, sv_mode, 1, 0, 4, CFGFLAG_SERVER, "0 - Normal; 1 - Instagib; 2 - Rocket area; 3 - Hammerparty; 4 - Grenade")
+MACRO_CONFIG_INT(SvMode, sv_mode, 1, 0, 5, CFGFLAG_SERVER, "0 - Normal; 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")