# HG changeset patch # User unc0rr # Date 1212768863 0 # Node ID 368a8926632bbbb6b6fbbaa10c751659ce6bccdf # Parent 47982e63c9f65e1e46b24d6519e1d587b0d16ce3 Draw tags a bit higher due to hats introduction 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);