hedgewars/uLand.pas
changeset 3630 2c7a9d5aa18c
parent 3617 1df21e06b8ba
child 3631 159bc2fd7f68
--- 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