diff -r 048bcb8c72ae -r 7f2c71638466 hedgewars/GSHandlers.inc --- 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);