hedgewars/uConsts.pas
changeset 4396 3cfd2e15464a
parent 4385 f679ffa2dc8c
child 4406 beb4de0af990
--- a/hedgewars/uConsts.pas	Sun Nov 21 16:55:19 2010 +0300
+++ b/hedgewars/uConsts.pas	Sun Nov 21 09:12:44 2010 -0500
@@ -103,7 +103,7 @@
     cPowerDivisor = 1500;
 
     MAXNAMELEN = 192;
-    MAXROPEPOINTS = 384;
+    MAXROPEPOINTS = 3840;
 
     // some opengl headers do not have these macros
     GL_BGR              = $80E0;