Add: settings to limit your fast-forward game speed
By default this setting is set to 2500% normal game speed.
This commit is contained in:
committed by
Charles Pigott
parent
73fd634209
commit
c3dc27e37e
@@ -277,7 +277,7 @@ void VideoDriver_Dedicated::MainLoop()
|
||||
while (!_exit_game) {
|
||||
if (!_dedicated_forks) DedicatedHandleKeyInput();
|
||||
|
||||
_fast_forward = _ddc_fastforward;
|
||||
ChangeGameSpeed(_ddc_fastforward);
|
||||
this->Tick();
|
||||
this->SleepTillNextTick();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user