hedgewars/GSHandlers.inc
changeset 4387 3698361802ed
parent 4372 3836973380b9
child 4396 3cfd2e15464a
--- 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);*)