diff -r f7a199346c3e -r 7705784902e1 hedgewars/uLandObjects.pas --- a/hedgewars/uLandObjects.pas Sun Nov 09 23:02:21 2014 +0300 +++ b/hedgewars/uLandObjects.pas Tue Nov 18 23:39:30 2014 +0300 @@ -372,8 +372,8 @@ inc(cnt); if cnt > MaxPointsIndex then // buffer is full, do not check the rest land begin - y:= 5000; - x:= 5000; + y:= LAND_HEIGHT; + x:= LAND_WIDTH; end end; inc(y, 3);