about summary refs log tree commit diff
path: root/src/game/server/gs_common.h
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2008-01-17 23:09:49 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2008-01-17 23:09:49 +0000
commit57c47659930c5e01ae5d3e8cef51c06d28d20508 (patch)
treee67a413ec70dbf4562178ad3603619f7b2b825c2 /src/game/server/gs_common.h
parent253a5639ae170a16055e2c8a76d12335342f6d51 (diff)
downloadzcatch-57c47659930c5e01ae5d3e8cef51c06d28d20508.tar.gz
zcatch-57c47659930c5e01ae5d3e8cef51c06d28d20508.zip
editor update and other stuff
Diffstat (limited to 'src/game/server/gs_common.h')
-rw-r--r--src/game/server/gs_common.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/game/server/gs_common.h b/src/game/server/gs_common.h
index 90363cb8..b91e777e 100644
--- a/src/game/server/gs_common.h
+++ b/src/game/server/gs_common.h
@@ -133,7 +133,9 @@ public:
 	int gametype;
 	gameobject();
 
-	void do_team_wincheck();
+	void do_team_score_wincheck();
+	void do_player_score_wincheck();
+	
 	void do_warmup(int seconds);
 	
 	void startround();