1
0
Fork 0

#600: allow speed-up value to use fractions

Remove restrictions allowing speed-up < 1 for replay mode only.
This commit is contained in:
ThorstenB 2012-11-17 20:15:00 +01:00
parent 6662ba5006
commit a8cc15ab73

View file

@ -507,8 +507,6 @@ var speedup = func(speed_up)
if (speed_up < 0)
{
t = (t > 1/32) ? t/2 : 1/32;
if ((t<1)and(0==getprop("/sim/freeze/replay-state")))
t=1;
}
else
{