hedgewars/uConsts.pas
changeset 7416 2f2f78fc65a3
parent 7400 09427dbec1d8
child 7442 9bb6abdb5675
child 7495 2592240b7b62
equal deleted inserted replaced
7414:a9f18c66ce34 7416:2f2f78fc65a3
   144     cOnHHZ = 2000;
   144     cOnHHZ = 2000;
   145 
   145 
   146     cBarrelHealth = 60;
   146     cBarrelHealth = 60;
   147     cShotgunRadius = 22;
   147     cShotgunRadius = 22;
   148     cBlowTorchC    = 6;
   148     cBlowTorchC    = 6;
       
   149     cakeDmg =   75;
   149 
   150 
   150     cKeyMaxIndex = 1023;
   151     cKeyMaxIndex = 1023;
   151     cKbdMaxIndex = 65536;//need more room for the modifier keys
   152     cKbdMaxIndex = 65536;//need more room for the modifier keys
   152 
   153 
   153     cHHFileName = 'Hedgehog';
   154     cHHFileName = 'Hedgehog';
   264     ammoprop_Effect       = $00002000;
   265     ammoprop_Effect       = $00002000;
   265     ammoprop_SetBounce    = $00004000;
   266     ammoprop_SetBounce    = $00004000;
   266     ammoprop_NeedUpDown   = $00008000;//Used by TouchInterface to show or hide up/down widgets 
   267     ammoprop_NeedUpDown   = $00008000;//Used by TouchInterface to show or hide up/down widgets 
   267     ammoprop_OscAim       = $00010000;
   268     ammoprop_OscAim       = $00010000;
   268     ammoprop_NoMoveAfter  = $00020000;
   269     ammoprop_NoMoveAfter  = $00020000;
       
   270     ammoprop_Track        = $00040000;
   269     ammoprop_NoRoundEnd   = $10000000;
   271     ammoprop_NoRoundEnd   = $10000000;
   270 
   272 
   271     AMMO_INFINITE = 100;
   273     AMMO_INFINITE = 100;
   272 
   274 
   273     //EXPLAllDamageInRadius = $00000001;  Completely unused for ages
   275     //EXPLAllDamageInRadius = $00000001;  Completely unused for ages