about summary refs log tree commit diff
path: root/src/game/server/gamemodes/zcatch.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/server/gamemodes/zcatch.hpp')
-rw-r--r--src/game/server/gamemodes/zcatch.hpp1
1 files changed, 1 insertions, 0 deletions
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();
 };