diff -r f5473c50adbd -r fd58135a4407 hedgewars/uConsts.pas --- a/hedgewars/uConsts.pas Sun May 06 20:50:53 2007 +0000 +++ b/hedgewars/uConsts.pas Mon May 07 20:21:26 2007 +0000 @@ -121,9 +121,12 @@ cHHRadius = 9; cHHStepTicks = 38; + cHHZ = 1000; cCurrHHZ = Succ(cHHZ); + cShotgunRadius = 22; + cKeyMaxIndex = 1023; cMaxCaptions = 4;