diff --git a/engines/cruise/cruise_main.cpp b/engines/cruise/cruise_main.cpp
index ff46696..8092f57 100644
|
a
|
b
|
void CruiseEngine::mainLoop() {
|
| 1804 | 1804 | bool skipEvents = false; |
| 1805 | 1805 | |
| 1806 | 1806 | do { |
| | 1807 | g_system->updateScreen(); |
| | 1808 | |
| 1807 | 1809 | g_system->delayMillis(10); |
| 1808 | 1810 | currentTick = g_system->getMillis(); |
| 1809 | 1811 | |
| … |
… |
void CruiseEngine::mainLoop() {
|
| 1976 | 1978 | removeCell(&cellHead, autoOvl, autoMsg, 5, masterScreen); |
| 1977 | 1979 | autoMsg = -1; |
| 1978 | 1980 | } |
| 1979 | | } else { |
| 1980 | | // Keep ScummVM being responsive even when displayOn is false |
| 1981 | | g_system->updateScreen(); |
| 1982 | 1981 | } |
| 1983 | 1982 | |
| 1984 | 1983 | } while (!playerDontAskQuit && quitValue2 && quitValue != 7); |