hedgewars/uGearsUtils.pas
changeset 15150 c383ebdd61b9
parent 15147 5dc3e3f1c0f9
child 15178 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;