hedgewars/uConsts.pas
changeset 7191 9419294e5f33
parent 6982 8d41d22a291d
child 7197 5a9775b97c7e
child 7198 5debd5fe526e
equal deleted inserted replaced
7190:aa8d68817c32 7191:9419294e5f33
   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