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