hedgewars/uGears.pas
changeset 11005 71927bdb776a
parent 10866 c1f75780c56f
child 11022 e09a7280b856
--- a/hedgewars/uGears.pas	Sun Jul 12 23:15:39 2015 +0200
+++ b/hedgewars/uGears.pas	Mon Jul 13 06:19:51 2015 +0200
@@ -723,7 +723,7 @@
 begin
 if (GameFlags and gfPlaceHog) <> 0 then
     PlacingHogs:= true;
-if (GameFlags and gfDivideTeams) <> 0 then
+if (ClansCount = 2) and ((GameFlags and gfDivideTeams) <> 0) then
     begin
     t:= 0;
     TryDo(ClansCount = 2, 'More or less than 2 clans on map in divided teams mode!', true);