diff -r bd62cdbea391 -r 71927bdb776a hedgewars/uGears.pas --- 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);