diff -r 63d937a764e2 -r d9ff60e0a390 hedgewars/uLand.pas --- a/hedgewars/uLand.pas Thu Aug 23 19:45:36 2012 -0400 +++ b/hedgewars/uLand.pas Thu Aug 23 20:43:39 2012 -0400 @@ -613,7 +613,7 @@ if Land[y, x] <> 0 then begin inc(c); - if c > 200 then // avoid accidental triggering + if c > 1000 then // avoid accidental triggering begin hasBorder:= true; break;