hedgewars/uConsts.pas
changeset 300 be94799f33d2
parent 294 92a7ccd67bb9
child 302 7aca131ecd7f
equal deleted inserted replaced
299:098c722e13e1 300:be94799f33d2
   113 
   113 
   114       cHHRadius = 9;
   114       cHHRadius = 9;
   115       cHHStepTicks = 38;
   115       cHHStepTicks = 38;
   116       cHHZ = 1000;
   116       cHHZ = 1000;
   117       cCurrHHZ = Succ(cHHZ);
   117       cCurrHHZ = Succ(cHHZ);
       
   118       cHHKick = 0.03;
       
   119       cLittle = 0.0000001;
   118 
   120 
   119       cKeyMaxIndex = 1023;
   121       cKeyMaxIndex = 1023;
   120 
   122 
   121       cMaxCaptions = 4;
   123       cMaxCaptions = 4;
   122 
   124