diff -r e8a428710a94 -r 82e4a5ef18f7 hedgewars/GearDrawing.inc --- a/hedgewars/GearDrawing.inc Thu Oct 21 23:12:02 2010 +0200 +++ b/hedgewars/GearDrawing.inc Sat Oct 23 14:10:23 2010 +0200 @@ -278,7 +278,9 @@ defaultPos:= false end; gtResurrector: begin - // yet to come? + DrawRotated(sprHandResurrector, hwRound(Gear^.X) + WorldDx, + hwRound(Gear^.Y) + WorldDy, 0, 0); + defaultPos := false; end; gtKamikaze: begin if CurAmmoGear^.Pos = 0 then