# HG changeset patch
# User sheepluva
# Date 1293833346 -3600
# Node ID 0f408159a33f94b8ca46bea3c7bf58e89cae26ae
# Parent  84fb1ff0a1c05611cac8b7514d5abb2039b5c271
fixing Palewolf's if-merging-whoopsy there. should unbreak build

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