hedgewars/HHHandlers.inc
changeset 4641 43d17e3b81de
parent 4633 e69becb1ac14
child 4790 4cb3f7890fbd
--- a/hedgewars/HHHandlers.inc	Wed Dec 22 23:46:07 2010 -0500
+++ b/hedgewars/HHHandlers.inc	Thu Dec 23 00:01:56 2010 -0500
@@ -674,7 +674,7 @@
             ((CurAmmoGear^.AmmoType = amJetpack) or
             (CurAmmoGear^.AmmoType = amBirdy))) or
           ((Gear^.dY.QWordValue + Gear^.dX.QWordValue) > _0_55.QWordValue)))
-          then Gear^.dX := Gear^.dX + cWindSpeed * _0_2
+          then Gear^.dX := Gear^.dX + cWindSpeed / Gear^.Density
        end
    end 
 else