about summary refs log tree commit diff
path: root/src/game/server/srv_common.h
diff options
context:
space:
mode:
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();