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.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/game/server/gs_game_dm.cpp b/src/game/server/gs_game_dm.cpp
deleted file mode 100644
index 264063bf..00000000
--- a/src/game/server/gs_game_dm.cpp
+++ /dev/null
@@ -1,10 +0,0 @@
-/* copyright (c) 2007 magnus auvinen, see licence.txt for more info */
-#include <engine/e_config.h>
-#include "gs_common.hpp"
-#include "gs_game_dm.hpp"
-
-void GAMECONTROLLER_DM::tick()
-{
-	do_player_score_wincheck();
-	GAMECONTROLLER::tick();
-}