hedgewars/uConsts.pas
changeset 13533 0c8001e43fd3
parent 13532 ee77086fc5fa
child 13568 470982c05f7e
equal deleted inserted replaced
13532:ee77086fc5fa 13533:0c8001e43fd3
   316     ammoprop_NoRoundEnd   = $10000000;
   316     ammoprop_NoRoundEnd   = $10000000;
   317 
   317 
   318     AMMO_INFINITE = 100;
   318     AMMO_INFINITE = 100;
   319     AMMO_FINITE_MAX = 99;
   319     AMMO_FINITE_MAX = 99;
   320 
   320 
       
   321     // Special msgParam value used internally for invalid/non-existing value
       
   322     // Must not be sent over the network!
       
   323     MSGPARAM_INVALID = High(LongWord);
       
   324 
   321     probabilityLevels: array [0..8] of LongWord = (0,20,30,60,100,200,400,600,800);
   325     probabilityLevels: array [0..8] of LongWord = (0,20,30,60,100,200,400,600,800);
   322 
   326 
   323     defaultBounciness = 1000;
   327     defaultBounciness = 1000;
   324     bouncinessLevels: array [0..4] of LongWord = (350, 700, defaultBounciness, 2000, 4000);
   328     bouncinessLevels: array [0..4] of LongWord = (350, 700, defaultBounciness, 2000, 4000);
   325 
   329