hedgewars/uConsts.pas
changeset 3493 2adbae321127
parent 3491 4619b1ae99b5
child 3509 d72c2219595d
equal deleted inserted replaced
3492:07256e1ad559 3493:2adbae321127
   257     cPowerDivisor = 1500;
   257     cPowerDivisor = 1500;
   258 
   258 
   259     MAXNAMELEN = 192;
   259     MAXNAMELEN = 192;
   260     
   260     
   261     // some opengl headers do not have these macros
   261     // some opengl headers do not have these macros
   262     GL_BGR       = $80E0;
   262     GL_BGR              = $80E0;
   263     GL_BGRA      = $80E1;
   263     GL_BGRA             = $80E1;
   264     GL_CLAMP_TO_EDGE = $812F;
   264     GL_CLAMP_TO_EDGE    = $812F;
   265 
   265     GL_TEXTURE_PRIORITY = $8066;
       
   266     
   266     cSendCursorPosTime  : LongWord = 50;
   267     cSendCursorPosTime  : LongWord = 50;
   267     cVisibleWater       : LongInt = 128;
   268     cVisibleWater       : LongInt = 128;
   268     cCursorEdgesDist    : LongInt = 100;
   269     cCursorEdgesDist    : LongInt = 100;
   269     cTeamHealthWidth    : LongInt = 128;
   270     cTeamHealthWidth    : LongInt = 128;
   270     cWaterOpacity       : byte = $80;
   271     cWaterOpacity       : byte = $80;