changeset 3551 | d4de36b3801a |
parent 3526 | a1d2180fef42 |
child 3595 | 341e407e3754 |
--- a/hedgewars/uLand.pas Thu Jun 24 01:08:57 2010 +0200 +++ b/hedgewars/uLand.pas Sat Jun 26 04:36:04 2010 +0200 @@ -1220,6 +1220,10 @@ LoadThemeConfig; isMap:= false; + + if ((GameFlags and gfForts) <> 0) or (Pathz[ptMapCurrent] <> '') then + FillChar(Land,SizeOf(TCollisionArray),0); + if (GameFlags and gfForts) = 0 then if Pathz[ptMapCurrent] <> '' then LoadMap