ddnet/src/game/server/gs_game_dm.cpp

11 lines
241 B
C++
Raw Normal View History

2007-11-25 19:42:40 +00:00
/* copyright (c) 2007 magnus auvinen, see licence.txt for more info */
2007-12-15 10:24:49 +00:00
#include <engine/e_config.h>
#include "gs_common.hpp"
#include "gs_game_dm.hpp"
void GAMECONTROLLER_DM::tick()
{
2008-01-17 23:09:49 +00:00
do_player_score_wincheck();
GAMECONTROLLER::tick();
}