hedgewars/uConsts.pas
changeset 4396 3cfd2e15464a
parent 4385 f679ffa2dc8c
child 4406 beb4de0af990
equal deleted inserted replaced
4395:54dedd218dde 4396:3cfd2e15464a
   101     cMaxPower     = 1500;
   101     cMaxPower     = 1500;
   102     cMaxAngle     = 2048;
   102     cMaxAngle     = 2048;
   103     cPowerDivisor = 1500;
   103     cPowerDivisor = 1500;
   104 
   104 
   105     MAXNAMELEN = 192;
   105     MAXNAMELEN = 192;
   106     MAXROPEPOINTS = 384;
   106     MAXROPEPOINTS = 3840;
   107 
   107 
   108     // some opengl headers do not have these macros
   108     // some opengl headers do not have these macros
   109     GL_BGR              = $80E0;
   109     GL_BGR              = $80E0;
   110     GL_BGRA             = $80E1;
   110     GL_BGRA             = $80E1;
   111     GL_CLAMP_TO_EDGE    = $812F;
   111     GL_CLAMP_TO_EDGE    = $812F;