--- a/hedgewars/uLand.pas Thu Jul 08 02:23:10 2010 +0200
+++ b/hedgewars/uLand.pas Thu Jul 08 23:06:21 2010 +0200
@@ -1208,8 +1208,9 @@
LoadThemeConfig;
isMap:= false;
- if ((GameFlags and gfForts) <> 0) or (Pathz[ptMapCurrent] <> '') then
- FillChar(Land,SizeOf(TCollisionArray),0);
+ // is this not needed any more? let's hope setlength sets also 0s
+ //if ((GameFlags and gfForts) <> 0) or (Pathz[ptMapCurrent] <> '') then
+ // FillChar(Land,SizeOf(TCollisionArray),0);*)
if (GameFlags and gfForts) = 0 then
if Pathz[ptMapCurrent] <> '' then