hedgewars/uWorld.pas
changeset 5022 d2a2f6c9b236
parent 4976 088d40d8aba2
child 5149 9aa840fdf922
--- a/hedgewars/uWorld.pas	Sat Mar 19 14:38:49 2011 +0100
+++ b/hedgewars/uWorld.pas	Sat Mar 19 16:19:50 2011 +0100
@@ -127,6 +127,7 @@
 
 // check different game flags (goals/game modes first for now)
 g:= AddGoal(g, gfKing, gidKing); // king?
+g:= AddGoal(g, gfTagTeam, gidTagTeam); // tag team mode?
 
 // other important flags
 g:= AddGoal(g, gfForts, gidForts); // forts?