diff -r 47982e63c9f6 -r 368a8926632b hedgewars/uGears.pas --- a/hedgewars/uGears.pas Fri Jun 06 15:14:15 2008 +0000 +++ b/hedgewars/uGears.pas Fri Jun 06 16:14:23 2008 +0000 @@ -681,7 +681,7 @@ with PHedgehog(Gear^.Hedgehog)^ do if (Gear^.State{ and not gstAnimation}) = 0 then begin - t:= hwRound(Gear^.Y) - cHHRadius - 10 + WorldDy; + t:= hwRound(Gear^.Y) - cHHRadius - 12 + WorldDy; if (cTagsMask and 1) <> 0 then begin dec(t, HealthTagTex^.h + 2);