diff -r 615a3e7bd850 -r f679ffa2dc8c hedgewars/uConsts.pas --- 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;