hedgewars/uGearsRender.pas
changeset 12681 4e5e725f2c56
parent 12376 c80c51f59a98
child 12764 272fcd3833d2
equal deleted inserted replaced
12680:5a253f158071 12681:4e5e725f2c56
   793                 amResurrector: DrawCircle(ox, oy, 98, 4, $F5, $DB, $35, $AA); // I'd rather not like to hardcode 100 here
   793                 amResurrector: DrawCircle(ox, oy, 98, 4, $F5, $DB, $35, $AA); // I'd rather not like to hardcode 100 here
   794             end;
   794             end;
   795 
   795 
   796             case amt of
   796             case amt of
   797                 amAirAttack,
   797                 amAirAttack,
       
   798                 amNapalm,
   798                 amMineStrike,
   799                 amMineStrike,
   799                 amDrillStrike: DrawSpriteRotated(sprHandAirAttack, sx, oy, sign, 0);
   800                 amDrillStrike: DrawSpriteRotated(sprHandAirAttack, sx, oy, sign, 0);
   800                 amPickHammer: DrawHedgehog(sx, sy,
   801                 amPickHammer: DrawHedgehog(sx, sy,
   801                             sign,
   802                             sign,
   802                             1,
   803                             1,
   803                             2,
   804                             2,
   804                             0);
   805                             0);
   805                 amTeleport: DrawSpriteRotatedF(sprTeleport, sx, sy, 0, sign, 0);
   806                 amTeleport,
       
   807                 amPiano: DrawSpriteRotatedF(sprTeleport, sx, sy, 0, sign, 0);
   806                 amKamikaze: DrawHedgehog(sx, sy,
   808                 amKamikaze: DrawHedgehog(sx, sy,
   807                             sign,
   809                             sign,
   808                             1,
   810                             1,
   809                             5,
   811                             5,
   810                             0);
   812                             0);