hedgewars/uGearsRender.pas
changeset 5525 5fb06333314e
parent 5519 c803fca71084
child 5526 70a5ec7b1020
equal deleted inserted replaced
5524:40b7f95d9f18 5525:5fb06333314e
   598                 amDynamite: DrawRotated(sprHandDynamite, hx, hy, sign, aangle);
   598                 amDynamite: DrawRotated(sprHandDynamite, hx, hy, sign, aangle);
   599                 amHellishBomb: DrawRotated(sprHandHellish, hx, hy, sign, aangle);
   599                 amHellishBomb: DrawRotated(sprHandHellish, hx, hy, sign, aangle);
   600                 amGasBomb: DrawRotated(sprHandCheese, hx, hy, sign, aangle);
   600                 amGasBomb: DrawRotated(sprHandCheese, hx, hy, sign, aangle);
   601                 amMine: DrawRotated(sprHandMine, hx, hy, sign, aangle);
   601                 amMine: DrawRotated(sprHandMine, hx, hy, sign, aangle);
   602                 amSMine: DrawRotated(sprHandSMine, hx, hy, sign, aangle);
   602                 amSMine: DrawRotated(sprHandSMine, hx, hy, sign, aangle);
   603                 amSeduction: DrawRotated(sprHandSeduction, hx, hy, sign, aangle);
   603                 amSeduction: begin
       
   604                              DrawRotated(sprHandSeduction, hx, hy, sign, aangle);
       
   605                              DrawCircle(ox, oy, 240, 4, $FF, $00, $00, $AA); 
       
   606                              end;
   604                 amVampiric: DrawRotatedF(sprHandVamp, hx, hy, (RealTicks div 125) mod 4, sign, aangle);
   607                 amVampiric: DrawRotatedF(sprHandVamp, hx, hy, (RealTicks div 125) mod 4, sign, aangle);
   605                 amRCPlane: begin
   608                 amRCPlane: begin
   606                     DrawRotated(sprHandPlane, hx, hy, sign, 0);
   609                     DrawRotated(sprHandPlane, hx, hy, sign, 0);
   607                     defaultPos:= false
   610                     defaultPos:= false
   608                     end;
   611                     end;