hedgewars/uGears.pas
changeset 1113 d63a3567a6fe
parent 1110 3660bbfc1cba
child 1141 44d4d6aaecb5
--- a/hedgewars/uGears.pas	Sun Jul 27 14:32:54 2008 +0000
+++ b/hedgewars/uGears.pas	Sun Jul 27 14:59:34 2008 +0000
@@ -657,8 +657,8 @@
 				DrawRotated(sprBlowTorch, hx, hy, hwSign(Gear^.dX), aangle);
 				DrawHedgehog(hwRound(Gear^.X) + 1 + WorldDx, hwRound(Gear^.Y) - 3 + WorldDy,
 						hwSign(Gear^.dX),
-						1,
 						3,
+						PHedgehog(Gear^.Hedgehog)^.visStepPos div 2,
 						0);
 				defaultPos:= false
 				end;