about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/game/server/gamecontroller.cpp1
1 files changed, 1 insertions, 0 deletions
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)