diff options
Diffstat (limited to 'src/video/sdl2_v.cpp')
-rw-r--r-- | src/video/sdl2_v.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/video/sdl2_v.cpp b/src/video/sdl2_v.cpp index 724689725..af20e8420 100644 --- a/src/video/sdl2_v.cpp +++ b/src/video/sdl2_v.cpp @@ -628,8 +628,6 @@ void VideoDriver_SDL_Base::InputLoop() void VideoDriver_SDL_Base::LoopOnce() { - InteractiveRandom(); // randomness - if (_exit_game) { #ifdef __EMSCRIPTEN__ /* Emscripten is event-driven, and as such the main loop is inside |