fixing Palewolf's if-merging-whoopsy there. should unbreak build
--- 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