diff options
Diffstat (limited to 'src/game/server/gamemodes/zcatch.hpp')
| -rw-r--r-- | src/game/server/gamemodes/zcatch.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/game/server/gamemodes/zcatch.hpp b/src/game/server/gamemodes/zcatch.hpp index 2103678c..64da71cc 100644 --- a/src/game/server/gamemodes/zcatch.hpp +++ b/src/game/server/gamemodes/zcatch.hpp @@ -12,13 +12,14 @@ class CGameController_zCatch : public IGameController public: CGameController_zCatch(class CGameContext *pGameServer); virtual void Tick(); + virtual void DoWincheck(); virtual bool IsZCatch(); enum { ZCATCH_NOT_CATCHED = -1, }; - + virtual int OnCharacterDeath(class CCharacter *pVictim, class CPlayer *pKiller, int WeaponID); virtual void StartRound(); virtual void OnCharacterSpawn(class CCharacter *pChr); |