hedgewars/GSHandlers.inc
changeset 4018 7f2c71638466
parent 4017 048bcb8c72ae
child 4021 014325c23705
--- a/hedgewars/GSHandlers.inc	Fri Oct 29 20:05:19 2010 -0400
+++ b/hedgewars/GSHandlers.inc	Fri Oct 29 20:35:17 2010 -0400
@@ -4096,8 +4096,8 @@
     hh := PHedgehog(Gear^.Hedgehog);
     DrawCentered(hwRound(Gear^.X) + WorldDx, hwRound(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);
+    (*DrawCircle(hwRound(Gear^.X), hwRound(Gear^.Y), Gear^.Radius, 1.5, 0, 0, $FF,
+            $FF);*)
 
     doStepHedgehogMoving(hh^.Gear);