hedgewars/uConsts.pas
changeset 7288 5d0704f23a2a
parent 7197 5a9775b97c7e
child 7231 f484455dd055
child 7293 468cf6d561e5
equal deleted inserted replaced
7188:580cd247511e 7288:5d0704f23a2a
   145     cBarrelHealth = 60;
   145     cBarrelHealth = 60;
   146     cShotgunRadius = 22;
   146     cShotgunRadius = 22;
   147     cBlowTorchC    = 6;
   147     cBlowTorchC    = 6;
   148 
   148 
   149     cKeyMaxIndex = 1023;
   149     cKeyMaxIndex = 1023;
       
   150     cKbdMaxIndex = 65536;//need more room for the modifier keys
   150 
   151 
   151     cHHFileName = 'Hedgehog';
   152     cHHFileName = 'Hedgehog';
   152     cCHFileName = 'Crosshair';
   153     cCHFileName = 'Crosshair';
   153     cThemeCFGFilename = 'theme.cfg';
   154     cThemeCFGFilename = 'theme.cfg';
   154 
   155 
   257     ammoprop_NotBorder    = $00000800;
   258     ammoprop_NotBorder    = $00000800;
   258     ammoprop_Utility      = $00001000;
   259     ammoprop_Utility      = $00001000;
   259     ammoprop_Effect       = $00002000;
   260     ammoprop_Effect       = $00002000;
   260     ammoprop_SetBounce    = $00004000;
   261     ammoprop_SetBounce    = $00004000;
   261     ammoprop_NeedUpDown   = $00008000;//Used by TouchInterface to show or hide up/down widgets 
   262     ammoprop_NeedUpDown   = $00008000;//Used by TouchInterface to show or hide up/down widgets 
       
   263     ammoprop_OscAim       = $00010000;
       
   264     ammoprop_NoMoveAfter  = $00020000;
   262     ammoprop_NoRoundEnd   = $10000000;
   265     ammoprop_NoRoundEnd   = $10000000;
   263 
   266 
   264     AMMO_INFINITE = 100;
   267     AMMO_INFINITE = 100;
   265 
   268 
   266     //EXPLAllDamageInRadius = $00000001;  Completely unused for ages
   269     //EXPLAllDamageInRadius = $00000001;  Completely unused for ages