diff -r 098c722e13e1 -r be94799f33d2 hedgewars/uConsts.pas --- a/hedgewars/uConsts.pas Sun Dec 10 21:31:45 2006 +0000 +++ b/hedgewars/uConsts.pas Thu Dec 14 20:06:46 2006 +0000 @@ -115,6 +115,8 @@ cHHStepTicks = 38; cHHZ = 1000; cCurrHHZ = Succ(cHHZ); + cHHKick = 0.03; + cLittle = 0.0000001; cKeyMaxIndex = 1023;