diff -r db365ea9fce1 -r 927da572bcdc hedgewars/uLand.pas --- a/hedgewars/uLand.pas Fri Dec 07 11:05:17 2012 -0500 +++ b/hedgewars/uLand.pas Fri Dec 07 16:03:53 2012 -0500 @@ -631,7 +631,7 @@ if Land[y, x] <> 0 then begin inc(c); - if c > 1000 then // avoid accidental triggering + if c > (LAND_WIDTH div 2) then // avoid accidental triggering begin hasBorder:= true; break;