summaryrefslogtreecommitdiff
path: root/src/video/sdl_v.cpp
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/sdl_v.cpp
parentc409f45ddd12bbd399dcda4a33043ce261da4dc4 (diff)
downloadopenttd-67d3c6aa7186fe54725d06cc246a95dc62a4bbfb.tar.xz
Codechange: [Video] move InteractiveRandom() to the VideoDriver
Diffstat (limited to 'src/video/sdl_v.cpp')
-rw-r--r--src/video/sdl_v.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/video/sdl_v.cpp b/src/video/sdl_v.cpp
index f21b1e9fd..51327be16 100644
--- a/src/video/sdl_v.cpp
+++ b/src/video/sdl_v.cpp
@@ -718,8 +718,6 @@ void VideoDriver_SDL::MainLoop()
DEBUG(driver, 1, "SDL: using %sthreads", _draw_threaded ? "" : "no ");
for (;;) {
- InteractiveRandom(); // randomness
-
if (_exit_game) break;
if (this->Tick()) {