about summary refs log tree commit diff
path: root/src/game/server
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2007-12-10 21:05:57 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2007-12-10 21:05:57 +0000
commitdfdb614ef5aa7eb2d2bf832cc6ce441773937fac (patch)
tree5b239226b285d09f8e71c8e296847ad4b1e6b88f /src/game/server
parent64c9966ca0d6d450d8e0a88789742f1d5ecfde09 (diff)
downloadzcatch-dfdb614ef5aa7eb2d2bf832cc6ce441773937fac.tar.gz
zcatch-dfdb614ef5aa7eb2d2bf832cc6ce441773937fac.zip
fixed game timer issue
Diffstat (limited to 'src/game/server')
-rw-r--r--src/game/server/srv_common.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/server/srv_common.cpp b/src/game/server/srv_common.cpp
index 21400d63..d3d9855c 100644
--- a/src/game/server/srv_common.cpp
+++ b/src/game/server/srv_common.cpp
@@ -166,7 +166,7 @@ void gameobject::tick()
 	{
 		warmup--;
 		if(!warmup)
-			resetgame();
+			startround();
 	}
 	
 	if(game_over_tick != -1)