hedgewars/uGearsRender.pas
changeset 5873 4f2d8ce3732b
parent 5871 09daa06191d7
child 5932 5164d17b6374
child 5935 c89d5065d956
--- a/hedgewars/uGearsRender.pas	Sun Sep 11 21:32:49 2011 -0400
+++ b/hedgewars/uGearsRender.pas	Mon Sep 12 06:31:10 2011 +0200
@@ -888,7 +888,7 @@
        gtGasBomb: DrawRotated(sprCheese, x, y, 0, Gear^.DirAngle);
                   
        gtMolotov: if (Gear^.State and gstDrowning) = 0 then
-                       DrawRotatedF(sprMolotov, x, y, (RealTicks div 125) mod 8, hwSign(Gear^.dX), Gear^.DirAngle)
+                       DrawRotatedF(sprMolotov, x, y, (RealTicks div 125) mod 8, hwSign(Gear^.dX), Gear^.DirAngle * hwSign(Gear^.dX))
                   else DrawSprite(sprMolotov, x, y, 8);
 
        gtRCPlane: begin