ddnet/src/game/server/gamemodes/dm.cpp

9 lines
179 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 */
#include "dm.hpp"
void GAMECONTROLLER_DM::tick()
{
2008-01-17 23:09:49 +00:00
do_player_score_wincheck();
GAMECONTROLLER::tick();
}