diff options
| author | Teetime <TeetimeTW@yahoo.de> | 2011-11-18 17:26:14 +0100 |
|---|---|---|
| committer | Teetime <TeetimeTW@yahoo.de> | 2011-11-18 17:26:14 +0100 |
| commit | 2b4b40504b6b21c98235d1c510220f53d5c0b556 (patch) | |
| tree | 2d33717d1b9b8afb5da3babe31c17562e4968b80 /src/game/variables.h | |
| parent | 2bda94f73eba7fd47790f9a18cc03249cb43adb3 (diff) | |
| download | zcatch-2b4b40504b6b21c98235d1c510220f53d5c0b556.tar.gz zcatch-2b4b40504b6b21c98235d1c510220f53d5c0b556.zip | |
removed vanilla-mode and refractoring
Diffstat (limited to 'src/game/variables.h')
| -rw-r--r-- | src/game/variables.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/variables.h b/src/game/variables.h index 2f037d75..324a1901 100644 --- a/src/game/variables.h +++ b/src/game/variables.h @@ -90,7 +90,7 @@ MACRO_CONFIG_INT(DbgFocus, dbg_focus, 0, 0, 1, CFGFLAG_CLIENT, "") MACRO_CONFIG_INT(DbgTuning, dbg_tuning, 0, 0, 1, CFGFLAG_CLIENT, "") //zCatch: -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(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") |