hedgewars/uGears.pas
changeset 15875 d7b53d08ad9c
parent 15843 a722c8e86573
child 15972 303cf91e5233
--- a/hedgewars/uGears.pas	Wed Sep 21 06:55:31 2022 +0300
+++ b/hedgewars/uGears.pas	Fri Sep 23 02:21:21 2022 +0300
@@ -628,6 +628,8 @@
 inc(GameTicks);
 if (OuchTauntTimer > 0) then
     dec(OuchTauntTimer);
+if fastForward and (GameTicks = FFGameTick) then
+   ParseCommand('sff', true);
 end;
 
 //Purpose, to reset all transient attributes toggled by a utility and clean up various gears and effects at end of turn