diff options
| author | Teetime <anton.tsoulos@yahoo.de> | 2011-10-19 02:35:51 +0200 |
|---|---|---|
| committer | Teetime <anton.tsoulos@yahoo.de> | 2011-10-19 02:35:51 +0200 |
| commit | 54b88b383e0521084d14431dee94c1ac0b422d7c (patch) | |
| tree | e1b78ed0fc7405525e266ea71c321c7a26936582 /src | |
| parent | e13cb835f6e02aec2198a4c30bdbde7f47f12985 (diff) | |
| download | zcatch-54b88b383e0521084d14431dee94c1ac0b422d7c.tar.gz zcatch-54b88b383e0521084d14431dee94c1ac0b422d7c.zip | |
fixed variables which are out of define
Diffstat (limited to 'src')
| -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 c3063a33..3166bc84 100644 --- a/src/game/variables.h +++ b/src/game/variables.h @@ -88,7 +88,6 @@ MACRO_CONFIG_INT(SvVoteKickBantime, sv_vote_kick_bantime, 5, 0, 1440, CFGFLAG_SE MACRO_CONFIG_INT(DbgFocus, dbg_focus, 0, 0, 1, CFGFLAG_CLIENT, "") MACRO_CONFIG_INT(DbgTuning, dbg_tuning, 0, 0, 1, CFGFLAG_CLIENT, "") -#endif //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") @@ -97,3 +96,4 @@ MACRO_CONFIG_INT(SvAllowJoin, sv_allow_join, 2, 1, 2, CFGFLAG_SERVER, "Allow new 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(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") +#endif |