about summary refs log tree commit diff
path: root/src/game/server/gamemodes/zcatch.h
diff options
context:
space:
mode:
authorMarius "Teelevision" Neugebauer <marius@teele.eu>2014-03-30 04:05:57 +0200
committerMarius "Teelevision" Neugebauer <marius@teele.eu>2014-03-30 04:05:57 +0200
commite799504cb2655bb3aa3a25c2a69ddc80558f9e99 (patch)
treee9d3d8f63f4b50de198b5444f1d5111bc4391554 /src/game/server/gamemodes/zcatch.h
parent19a471a30c922ea3beffc7489fa05fe16d614f5b (diff)
downloadzcatch-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.h2
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