Codechange: [Video] move InteractiveRandom() to the VideoDriver
This commit is contained in:
committed by
Patric Stout
parent
c409f45ddd
commit
67d3c6aa71
@@ -275,8 +275,6 @@ void VideoDriver_Dedicated::MainLoop()
|
||||
}
|
||||
|
||||
while (!_exit_game) {
|
||||
InteractiveRandom(); // randomness
|
||||
|
||||
if (!_dedicated_forks) DedicatedHandleKeyInput();
|
||||
|
||||
_fast_forward = _ddc_fastforward;
|
||||
|
||||
Reference in New Issue
Block a user