hedgewars/uLandOutline.pas
changeset 8145 6408c0ba4ba1
parent 6990 40e5af28d026
child 8330 aaefa587e277
--- a/hedgewars/uLandOutline.pas	Thu Nov 29 23:13:06 2012 -0500
+++ b/hedgewars/uLandOutline.pas	Thu Nov 29 23:23:19 2012 -0500
@@ -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);