Codechange: use infinite-fast-forward when rerunning command-log (#12519)

This commit is contained in:
Patric Stout
2024-04-17 22:01:58 +02:00
committed by GitHub
parent a09749f6a6
commit a0636d8200
4 changed files with 15 additions and 16 deletions
-1
View File
@@ -219,7 +219,6 @@ void VideoDriver_Dedicated::MainLoop()
if (!_dedicated_forks) DedicatedHandleKeyInput();
this->DrainCommandQueue();
ChangeGameSpeed(_ddc_fastforward);
this->Tick();
this->SleepTillNextTick();
}