hedgewars/uConsts.pas
changeset 6891 ab9843957664
parent 6797 6ffdd276f64e
child 6917 4889c2b779b4
equal deleted inserted replaced
6890:6fc12f30c55c 6891:ab9843957664
   101     cPowerDivisor = 1500;
   101     cPowerDivisor = 1500;
   102 
   102 
   103     MAXNAMELEN = 192;
   103     MAXNAMELEN = 192;
   104     MAXROPEPOINTS = 3840;
   104     MAXROPEPOINTS = 3840;
   105 
   105 
       
   106     {$IFNDEF PAS2C}
   106     // some opengl headers do not have these macros
   107     // some opengl headers do not have these macros
   107     GL_BGR              = $80E0;
   108     GL_BGR              = $80E0;
   108     GL_BGRA             = $80E1;
   109     GL_BGRA             = $80E1;
   109     GL_CLAMP_TO_EDGE    = $812F;
   110     GL_CLAMP_TO_EDGE    = $812F;
   110     GL_TEXTURE_PRIORITY = $8066;
   111     GL_TEXTURE_PRIORITY = $8066;
       
   112     {$ENDIF}
   111 
   113 
   112     cSendCursorPosTime  : LongWord = 50;
   114     cSendCursorPosTime  : LongWord = 50;
   113     cVisibleWater       : LongInt = 128;
   115     cVisibleWater       : LongInt = 128;
   114     cCursorEdgesDist    : LongInt = 100;
   116     cCursorEdgesDist    : LongInt = 100;
   115     cTeamHealthWidth    : LongInt = 128;
   117     cTeamHealthWidth    : LongInt = 128;