hedgewars/uLandGraphics.pas
changeset 10287 e17fe8572478
parent 10286 1940e937fc08
child 10295 ec6b68241575
--- a/hedgewars/uLandGraphics.pas	Thu Jun 12 15:17:53 2014 +0200
+++ b/hedgewars/uLandGraphics.pas	Thu Jun 12 18:58:40 2014 +0200
@@ -699,7 +699,7 @@
                      gY:= (cpY + y) div 2;
                     end;
                 if indestructible then
-                    Land[cpY + y, cpX + x]:= lfIndestructible or LandFlags
+                    Land[cpY + y, cpX + x]:= {lfIndestructible or }LandFlags
                 else if (LandPixels[gY, gX] and AMask) shr AShift = 255 then  // This test assumes lfBasic and lfObject differ only graphically
                     Land[cpY + y, cpX + x]:= lfBasic or LandFlags
                 else