changeset 7591 | d9ff60e0a390 |
parent 7575 | f415b3e0f3b9 |
child 7594 | 5f03595335e6 |
--- 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;