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/win32_v.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/video/win32_v.cpp') diff --git a/src/video/win32_v.cpp b/src/video/win32_v.cpp index ab59b8325..e6b5898ca 100644 --- a/src/video/win32_v.cpp +++ b/src/video/win32_v.cpp @@ -907,8 +907,6 @@ void VideoDriver_Win32Base::MainLoop() } for (;;) { - InteractiveRandom(); // randomness - if (_exit_game) break; /* Flush GDI buffer to ensure we don't conflict with the drawing thread. */ -- cgit v1.2.3-54-g00ecf