summaryrefslogtreecommitdiff
path: root/src/video/cocoa
diff options
context:
space:
mode:
authorPatric Stout <truebrain@openttd.org>2021-02-24 14:50:52 +0100
committerPatric Stout <github@truebrain.nl>2021-02-24 21:58:47 +0100
commit67d3c6aa7186fe54725d06cc246a95dc62a4bbfb (patch)
treefe745371c697cd2e572eddcf46449ddf101631b6 /src/video/cocoa
parentc409f45ddd12bbd399dcda4a33043ce261da4dc4 (diff)
downloadopenttd-67d3c6aa7186fe54725d06cc246a95dc62a4bbfb.tar.xz
Codechange: [Video] move InteractiveRandom() to the VideoDriver
Diffstat (limited to 'src/video/cocoa')
-rw-r--r--src/video/cocoa/cocoa_v.mm3
1 files changed, 0 insertions, 3 deletions
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;