diff options
| author | Marius "Teelevision" Neugebauer <marius@teele.eu> | 2014-03-30 04:05:57 +0200 |
|---|---|---|
| committer | Marius "Teelevision" Neugebauer <marius@teele.eu> | 2014-03-30 04:05:57 +0200 |
| commit | e799504cb2655bb3aa3a25c2a69ddc80558f9e99 (patch) | |
| tree | e9d3d8f63f4b50de198b5444f1d5111bc4391554 /src/game/server/gamemodes/zcatch.h | |
| parent | 19a471a30c922ea3beffc7489fa05fe16d614f5b (diff) | |
| download | zcatch-e799504cb2655bb3aa3a25c2a69ddc80558f9e99.tar.gz zcatch-e799504cb2655bb3aa3a25c2a69ddc80558f9e99.zip | |
reworked the catching, counting and color system
Diffstat (limited to 'src/game/server/gamemodes/zcatch.h')
| -rw-r--r-- | src/game/server/gamemodes/zcatch.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/game/server/gamemodes/zcatch.h b/src/game/server/gamemodes/zcatch.h index af776644..4f110a03 100644 --- a/src/game/server/gamemodes/zcatch.h +++ b/src/game/server/gamemodes/zcatch.h @@ -23,8 +23,6 @@ public: virtual bool OnEntity(int Index, vec2 Pos); virtual bool CanChangeTeam(CPlayer *pPlayer, int JoinTeam); virtual void EndRound(); - - void CalcPlayerColor(); }; #endif |