From 3b71a3a7fbfc5a1c7d039610b4fc73476651c24e Mon Sep 17 00:00:00 2001 From: D G Turner Date: Tue, 18 Oct 2011 01:59:08 +0100 Subject: CRUISE: Revert part of mouse movement patch applied from Bug #3423955. The removal of updateScreen() when DisplayOn is not set may cause a regression and is not related to fixing of the mouse jerkiness. --- engines/cruise/cruise_main.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'engines/cruise/cruise_main.cpp') diff --git a/engines/cruise/cruise_main.cpp b/engines/cruise/cruise_main.cpp index 8092f57c67..d0340238cd 100644 --- a/engines/cruise/cruise_main.cpp +++ b/engines/cruise/cruise_main.cpp @@ -1978,6 +1978,9 @@ void CruiseEngine::mainLoop() { removeCell(&cellHead, autoOvl, autoMsg, 5, masterScreen); autoMsg = -1; } + } else { + // Keep ScummVM being responsive even when displayOn is false + g_system->updateScreen(); } } while (!playerDontAskQuit && quitValue2 && quitValue != 7); -- cgit v1.2.3