hedgewars/uConsts.pas
changeset 4385 f679ffa2dc8c
parent 4361 64ea345ab655
child 4396 3cfd2e15464a
--- a/hedgewars/uConsts.pas	Sat Nov 20 22:05:01 2010 +0300
+++ b/hedgewars/uConsts.pas	Sat Nov 20 23:08:11 2010 +0300
@@ -103,6 +103,7 @@
     cPowerDivisor = 1500;
 
     MAXNAMELEN = 192;
+    MAXROPEPOINTS = 384;
 
     // some opengl headers do not have these macros
     GL_BGR              = $80E0;