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-04 23:00:20 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2007-10-04 23:00:20 +0000
commit018abbdd0a770cde38035fe44e0dcef55b2d4b50 (patch)
treed78db6e2992ab28c7cf1f8f9f8fe812b6749f18c /src/game/server/srv_common.h
parentb73dcec3975877fd374b55b425c99bb1d6921b53 (diff)
downloadzcatch-018abbdd0a770cde38035fe44e0dcef55b2d4b50.tar.gz
zcatch-018abbdd0a770cde38035fe44e0dcef55b2d4b50.zip
added map rotation
Diffstat (limited to 'src/game/server/srv_common.h')
-rw-r--r--src/game/server/srv_common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/server/srv_common.h b/src/game/server/srv_common.h
index 22aa4535..f01dd39c 100644
--- a/src/game/server/srv_common.h
+++ b/src/game/server/srv_common.h
@@ -119,6 +119,8 @@ protected:
 	
 	int teamscore[2];
 	
+	int round_count;
+	
 public:
 	int gametype;
 	gameobject();