diff -r 1c1cd66ffcdc -r 7b61834edcf6 hedgewars/GSHandlers.inc --- a/hedgewars/GSHandlers.inc Tue Dec 19 17:20:14 2006 +0000 +++ b/hedgewars/GSHandlers.inc Thu Jan 04 16:27:45 2007 +0000 @@ -454,7 +454,7 @@ HedgehogStep(HHGear); inc(BTSteps); - if BTSteps = 8 then + if BTSteps = 11 then begin BTSteps:= 0; Gear.X:= HHGear.X + Gear.dX * cHHRadius * 2; @@ -470,7 +470,7 @@ if b then DrawTunnel(HHGear.X - Gear.dX * cHHRadius, HHGear.Y - 4 - Gear.dY * cHHRadius + abs(Gear.dY) * 7, Gear.dX, Gear.dY, - cHHRadius * 6, cHHRadius * 2 + 6); + cHHRadius * 5, cHHRadius * 2 + 6); if (Gear.Timer = 0) or ((HHGear.Message and gm_Attack) <> 0) then begin