about summary refs log tree commit diff
path: root/src/game/server/srv_common.h
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2007-10-06 17:36:24 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2007-10-06 17:36:24 +0000
commitf055f15ae7ef67069d51251b43c8bda22622018d (patch)
tree0320c5f0aada1626be291cf6b3e3d5227a1bd405 /src/game/server/srv_common.h
parentee105f1cfd701fa411319d6f14c28c7d675afe7a (diff)
downloadzcatch-f055f15ae7ef67069d51251b43c8bda22622018d.tar.gz
zcatch-f055f15ae7ef67069d51251b43c8bda22622018d.zip
added warmup
Diffstat (limited to 'src/game/server/srv_common.h')
-rw-r--r--src/game/server/srv_common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/game/server/srv_common.h b/src/game/server/srv_common.h
index 21941f06..103e4a01 100644
--- a/src/game/server/srv_common.h
+++ b/src/game/server/srv_common.h
@@ -118,12 +118,15 @@ protected:
 	
 	int teamscore[2];
 	
+	int warmup;
 	int round_count;
 	
 public:
 	int gametype;
 	gameobject();
 
+	void do_warmup(int seconds);
+	
 	void startround();
 	void endround();