diff -r 855049a88c59 -r 3698361802ed hedgewars/GSHandlers.inc --- a/hedgewars/GSHandlers.inc Sat Nov 20 23:10:26 2010 +0300 +++ b/hedgewars/GSHandlers.inc Sat Nov 20 23:19:52 2010 +0300 @@ -4266,8 +4266,11 @@ AllInactive := false; hh := Gear^.Hedgehog; - DrawCentered(hwRound(hh^.Gear^.X) + WorldDx, hwRound(hh^.Gear^.Y) + WorldDy - + + // no, you can't do that here + {DrawCentered(hwRound(hh^.Gear^.X) + WorldDx, hwRound(hh^.Gear^.Y) + WorldDy - cHHRadius - 14 - hh^.HealthTagTex^.h, hh^.HealthTagTex); + } (*DrawCircle(hwRound(Gear^.X), hwRound(Gear^.Y), Gear^.Radius, 1.5, 0, 0, $FF, $FF);*)