ddnet/src/game/server/gs_game_dm.cpp
2008-01-17 23:09:49 +00:00

11 lines
229 B
C++

/* copyright (c) 2007 magnus auvinen, see licence.txt for more info */
#include <engine/e_config.h>
#include "gs_common.h"
#include "gs_game_dm.h"
void gameobject_dm::tick()
{
do_player_score_wincheck();
gameobject::tick();
}