diff -r 84fb1ff0a1c0 -r 0f408159a33f hedgewars/GSHandlers.inc --- 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