about summary refs log tree commit diff
path: root/src/game/server/gs_game_dm.cpp
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2008-06-12 10:51:48 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2008-06-12 10:51:48 +0000
commitf6c67c29cd10d41b877ee1319801edc01b625e72 (patch)
tree6ca26c44ac0218a57d078a6f72034f2924b44104 /src/game/server/gs_game_dm.cpp
parent0d3b988c1aed8f6b91879a801253db81a251a532 (diff)
downloadzcatch-f6c67c29cd10d41b877ee1319801edc01b625e72.tar.gz
zcatch-f6c67c29cd10d41b877ee1319801edc01b625e72.zip
large commit with loads of clean up. more is comming
Diffstat (limited to 'src/game/server/gs_game_dm.cpp')
-rw-r--r--src/game/server/gs_game_dm.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/server/gs_game_dm.cpp b/src/game/server/gs_game_dm.cpp
index 49de6b56..1d565372 100644
--- a/src/game/server/gs_game_dm.cpp
+++ b/src/game/server/gs_game_dm.cpp
@@ -3,8 +3,8 @@
 #include "gs_common.h"
 #include "gs_game_dm.h"
 
-void gameobject_dm::tick()
+void GAMECONTROLLER_DM::tick()
 {
 	do_player_score_wincheck();
-	gameobject::tick();
+	GAMECONTROLLER::tick();
 }