hedgewars/uConsts.pas
changeset 509 fd58135a4407
parent 495 62c1c2b4414c
child 511 2b5b9e00419d
equal deleted inserted replaced
508:f5473c50adbd 509:fd58135a4407
   119 
   119 
   120       cMaxEdgePoints = 16384;
   120       cMaxEdgePoints = 16384;
   121 
   121 
   122       cHHRadius = 9;
   122       cHHRadius = 9;
   123       cHHStepTicks = 38;
   123       cHHStepTicks = 38;
       
   124 
   124       cHHZ = 1000;
   125       cHHZ = 1000;
   125       cCurrHHZ = Succ(cHHZ);
   126       cCurrHHZ = Succ(cHHZ);
       
   127 
       
   128       cShotgunRadius = 22;
   126 
   129 
   127       cKeyMaxIndex = 1023;
   130       cKeyMaxIndex = 1023;
   128 
   131 
   129       cMaxCaptions = 4;
   132       cMaxCaptions = 4;
   130 
   133