changeset 1428 | 0855275d443f |
parent 1292 | a63a13eda583 |
child 1537 | d34ef0fb003d |
--- a/hedgewars/uLand.pas Sun Oct 26 17:39:33 2008 +0000 +++ b/hedgewars/uLand.pas Sun Oct 26 17:41:03 2008 +0000 @@ -551,7 +551,6 @@ var tmpsurf: PSDL_Surface; begin WriteLnToConsole('Generating forts land...'); -TryDo(ClansCount = 2, 'More or less than 2 clans on map in forts mode!', true); tmpsurf:= LoadImage(Pathz[ptForts] + '/' + ClansArray[0]^.Teams[0]^.FortName + 'L', true, true, true); BlitImageAndGenerateCollisionInfo(0, 0, 1024, tmpsurf);