From e3c4c01837d8adb5a82fc513a0db46c6521af282 Mon Sep 17 00:00:00 2001 From: scosu Date: Sat, 15 Nov 2008 13:23:22 +0000 Subject: New debug message when starting round with gametype and teamplay information --- src/game/server/gamecontroller.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/game/server/gamecontroller.cpp b/src/game/server/gamecontroller.cpp index 4faab3c2..43e42ea7 100644 --- a/src/game/server/gamecontroller.cpp +++ b/src/game/server/gamecontroller.cpp @@ -199,6 +199,7 @@ void GAMECONTROLLER::startround() unbalanced_tick = -1; force_balanced = false; round_count++; + dbg_msg("game","start round type='%s' teamplay='%d'", gametype, game_flags&GAMEFLAG_TEAMS); } void GAMECONTROLLER::change_map(const char *to_map) -- cgit 1.4.1