hedgewars/GSHandlers.inc
changeset 4799 0f408159a33f
parent 4798 84fb1ff0a1c0
child 4800 83ee0a10903b
--- a/hedgewars/GSHandlers.inc	Fri Dec 31 21:39:12 2010 +0100
+++ b/hedgewars/GSHandlers.inc	Fri Dec 31 23:09:06 2010 +0100
@@ -646,7 +646,7 @@
                     for py:= 0 to Pred(s^.h) do
                         begin
                         for px:= 0 to Pred(s^.w) do
-                            if (((yy + py) and LAND_HEIGHT_MASK) = 0) and (((xx + px) and LAND_WIDTH_MASK) = 0) and if ((Land[yy + py, xx + px] and $FF) = 0) then
+                            if ((((yy + py) and LAND_HEIGHT_MASK) = 0) and (((xx + px) and LAND_WIDTH_MASK) = 0)) and ((Land[yy + py, xx + px] and $FF) = 0) then
                                 begin
                                 if (cReducedQuality and rqBlurryLand) = 0 then
                                     begin