hedgewars/uGears.pas
changeset 825 4b32f282f9d7
parent 824 e632cc7caf3a
child 826 b119e4f470b8
--- a/hedgewars/uGears.pas	Tue Mar 25 21:50:36 2008 +0000
+++ b/hedgewars/uGears.pas	Tue Mar 25 22:16:26 2008 +0000
@@ -528,13 +528,18 @@
 			amRope,
 			amShotgun,
 			amDEagle: begin
-					DrawHedgehog(hwRound(Gear^.X) + 1 + WorldDx, hwRound(Gear^.Y) - 3 + WorldDy,
-							hwSign(Gear^.dX),
-							0,
-							4,
-							0);
-					defaultPos:= false
-				end
+				DrawHedgehog(hwRound(Gear^.X) + 1 + WorldDx, hwRound(Gear^.Y) - 3 + WorldDy,
+						hwSign(Gear^.dX),
+						0,
+						4,
+						0);
+				defaultPos:= false
+				end;
+			amAirAttack,
+			amMineStrike: begin
+				DrawRotated(sprHandAirAttack, hwRound(Gear^.X) + 1 + WorldDx, hwRound(Gear^.Y) + WorldDy, hwSign(Gear^.dX), 0);
+				defaultPos:= false
+				end;
 		else
 			DrawHedgehog(hwRound(Gear^.X) + 1 + WorldDx, hwRound(Gear^.Y) - 3 + WorldDy,
 				hwSign(Gear^.dX),