hedgewars/uConsts.pas
changeset 10499 0d8016085108
parent 10483 1f58cb4aa773
child 10506 325f7bb60580
--- a/hedgewars/uConsts.pas	Sat Nov 15 13:52:07 2014 +0300
+++ b/hedgewars/uConsts.pas	Sat Nov 15 09:26:08 2014 -0500
@@ -151,7 +151,7 @@
     cMaxHHIndex      = 7;
     cMaxHHs          = 48;
 
-    cMaxEdgePoints = 24576;
+    cMaxEdgePoints = 32768;
 
     cHHRadius = 9;
     cHHStepTicks = 29;