# HG changeset patch # User unc0rr # Date 1290284392 -10800 # Node ID 3698361802edccb8f19f863f59d6f853b70170e3 # Parent 855049a88c5943a5f867742578af0349da71a1eb no way 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);*) diff -r 855049a88c59 -r 3698361802ed hedgewars/uGears.pas --- a/hedgewars/uGears.pas Sat Nov 20 23:10:26 2010 +0300 +++ b/hedgewars/uGears.pas Sat Nov 20 23:19:52 2010 +0300 @@ -46,7 +46,7 @@ implementation uses uWorld, uStore, uSound, uTeams, uRandom, uCollisions, uIO, uLandGraphics, uAIMisc, uLocale, uAI, uAmmos, uStats, uVisualGears, uScript, GLunit, uMobile, uVariables, - uCommands, uUtils, uTextures, uRender, uRenderUtils, uGearsRender; + uCommands, uUtils, uTextures, uRenderUtils, uGearsRender; procedure DeleteGear(Gear: PGear); forward;