about summary refs log tree commit diff
path: root/src/game/server/gamemodes/ctf.hpp
diff options
context:
space:
mode:
authorscosu <scosu@gmx.de>2008-11-08 15:17:59 +0000
committerscosu <scosu@gmx.de>2008-11-08 15:17:59 +0000
commit579065bb222743715ebc305cb090e7e21e39d225 (patch)
treebefcce568e76e75d64818924e1d16df203e275ae /src/game/server/gamemodes/ctf.hpp
parent94648bc304af06954b503b90d1b7d5d8f6050349 (diff)
downloadzcatch-579065bb222743715ebc305cb090e7e21e39d225.tar.gz
zcatch-579065bb222743715ebc305cb090e7e21e39d225.zip
Chat message for capture timing. ticket #278
Diffstat (limited to 'src/game/server/gamemodes/ctf.hpp')
-rw-r--r--src/game/server/gamemodes/ctf.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/server/gamemodes/ctf.hpp b/src/game/server/gamemodes/ctf.hpp
index 636f9f38..67a098a4 100644
--- a/src/game/server/gamemodes/ctf.hpp
+++ b/src/game/server/gamemodes/ctf.hpp
@@ -27,6 +27,7 @@ public:
 	int team;
 	int at_stand;
 	int drop_tick;
+	int grab_tick;
 	
 	FLAG(int _team);