Bugfix to keep ScummVM responsive even when the displayOn variable is set to false

svn-id: r41017
This commit is contained in:
Paul Gilbert 2009-05-30 05:16:35 +00:00
parent 7463fe3f1b
commit a6abd5c2fc

View File

@ -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();