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/sdl_v.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/video/sdl_v.cpp') 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()) { -- cgit v1.2.3-54-g00ecf