mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 21:31:53 +00:00
Bugfix to keep ScummVM responsive even when the displayOn variable is set to false
svn-id: r41017
This commit is contained in:
parent
7463fe3f1b
commit
a6abd5c2fc
@ -1889,6 +1889,9 @@ void CruiseEngine::mainLoop(void) {
|
||||
removeCell(&cellHead, autoOvl, autoMsg, 5, masterScreen);
|
||||
autoMsg = -1;
|
||||
}
|
||||
} else {
|
||||
// Keep ScummVM being responsive even when displayOn is false
|
||||
g_system->updateScreen();
|
||||
}
|
||||
|
||||
manageEvents();
|
||||
|
Loading…
Reference in New Issue
Block a user