From 67d3c6aa7186fe54725d06cc246a95dc62a4bbfb Mon Sep 17 00:00:00 2001 From: Patric Stout Date: Wed, 24 Feb 2021 14:50:52 +0100 Subject: Codechange: [Video] move InteractiveRandom() to the VideoDriver --- src/video/cocoa/cocoa_v.mm | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/video/cocoa') diff --git a/src/video/cocoa/cocoa_v.mm b/src/video/cocoa/cocoa_v.mm index febeae2d5..b5ed5329e 100644 --- a/src/video/cocoa/cocoa_v.mm +++ b/src/video/cocoa/cocoa_v.mm @@ -437,9 +437,6 @@ void VideoDriver_Cocoa::GameLoop() { for (;;) { @autoreleasepool { - - InteractiveRandom(); // randomness - if (_exit_game) { /* Restore saved resolution if in fullscreen mode. */ if (this->IsFullscreen()) _cur_resolution = this->orig_res; -- cgit v1.2.3-70-g09d2