diff -r 5e329951afe5 -r e97e00427204 hedgewars/uLandOutline.pas --- a/hedgewars/uLandOutline.pas Fri Nov 30 15:00:47 2012 +0100 +++ b/hedgewars/uLandOutline.pas Fri Nov 30 15:26:49 2012 +0100 @@ -27,6 +27,9 @@ end end; +const + cMaxEdgePoints = 16384; + procedure Push(_xl, _xr, _y, _dir: LongInt); begin TryDo(Stack.Count <= 8192, 'FillLand: stack overflow', true);