diff -r e7ab89ab86f6 -r 5f0b1829b16f hedgewars/uLand.pas --- a/hedgewars/uLand.pas Sat Aug 18 13:39:24 2012 +0200 +++ b/hedgewars/uLand.pas Sat Aug 18 13:40:21 2012 +0200 @@ -782,7 +782,9 @@ LandBackSurface:= nil; digest:= ''; - + LAND_WIDTH:= 0; + LAND_HEIGHT:= 0; +(* if (cReducedQuality and rqBlurryLand) = 0 then SetLength(LandPixels, LAND_HEIGHT, LAND_WIDTH) else @@ -790,6 +792,7 @@ SetLength(Land, LAND_HEIGHT, LAND_WIDTH); SetLength(LandDirty, (LAND_HEIGHT div 32), (LAND_WIDTH div 32)); +*) end; procedure freeModule;