# HG changeset patch
# User sheepluva
# Date 1406938848 -7200
# Node ID e49b76a12800f2457725aaed4989d43c8d964cf2
# Parent  e13efda1b2edcbe085f6414b2a244727e0d72fc8
"fix" sinegun

diff -r e13efda1b2ed -r e49b76a12800 hedgewars/uGearsHandlersMess.pas
--- a/hedgewars/uGearsHandlersMess.pas	Mon Jul 28 15:46:15 2014 -0400
+++ b/hedgewars/uGearsHandlersMess.pas	Sat Aug 02 02:20:48 2014 +0200
@@ -4601,7 +4601,7 @@
             end
         else
             begin
-            if CheckCoordInWater(rX, rY) or CheckCoordInWater(x, y) then
+            if (not CheckCoordInWater(rX, rY)) or (not CheckCoordInWater(x, y)) then
                 begin
                 if ((y and LAND_HEIGHT_MASK) = 0) and ((x and LAND_WIDTH_MASK) = 0)
                     and (Land[y, x] <> 0) then