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-08-14 18:25:44 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2008-08-14 18:25:44 +0000
commita420eb543f8206730aebb80e60a625f7204694e4 (patch)
tree235971d38c917c1b97c512743db64c2fd23ffadc /src/game/server/gs_game_dm.cpp
parent817f431377c7f1545621ff597c018b133651e991 (diff)
downloadzcatch-a420eb543f8206730aebb80e60a625f7204694e4.tar.gz
zcatch-a420eb543f8206730aebb80e60a625f7204694e4.zip
moved alot of stuff to their own cpp/hpp files
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();
-}