From a1be97e2e00a937ad73480d0f5decf19ab5501cc Mon Sep 17 00:00:00 2001 From: Teetime Date: Fri, 14 Oct 2011 01:17:56 +0200 Subject: moved code for colorindicator --- src/game/server/gamemodes/zcatch.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/game/server/gamemodes/zcatch.hpp') diff --git a/src/game/server/gamemodes/zcatch.hpp b/src/game/server/gamemodes/zcatch.hpp index bf8b026b..2103678c 100644 --- a/src/game/server/gamemodes/zcatch.hpp +++ b/src/game/server/gamemodes/zcatch.hpp @@ -22,6 +22,7 @@ class CGameController_zCatch : public IGameController virtual int OnCharacterDeath(class CCharacter *pVictim, class CPlayer *pKiller, int WeaponID); virtual void StartRound(); virtual void OnCharacterSpawn(class CCharacter *pChr); + virtual void OnPlayerInfoChange(class CPlayer *pP); virtual void EndRound(); }; -- cgit 1.4.1