changeset 15171 | c383ebdd61b9 |
parent 15168 | 5dc3e3f1c0f9 |
child 15199 | d3998dcc076f |
--- a/hedgewars/uGearsUtils.pas Sat Jun 15 13:30:36 2019 +0200 +++ b/hedgewars/uGearsUtils.pas Sat Jun 15 14:04:01 2019 +0200 @@ -578,6 +578,7 @@ else Scale:= Scale + ((1-Scale) / 2); if Scale > 1 then Timer:= round(min(Scale*0.0005/cGravityf,4)) else Timer:= 1; + if Scale > 1 then Y:= Y + 10; // Low Gravity FrameTicks:= FrameTicks*Timer; end;