aboutsummaryrefslogtreecommitdiff
path: root/engines/cruise
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cruise')
-rw-r--r--engines/cruise/cruise_main.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/engines/cruise/cruise_main.cpp b/engines/cruise/cruise_main.cpp
index e5864ebb31..30038e94f0 100644
--- a/engines/cruise/cruise_main.cpp
+++ b/engines/cruise/cruise_main.cpp
@@ -1798,6 +1798,9 @@ void CruiseEngine::mainLoop(void) {
// User waiting has ended
changeScriptParamInList(-1, -1, &procHead, 9999, 0);
changeScriptParamInList(-1, -1, &relHead, 9999, 0);
+
+ // Disable any mouse click used to end the user wait
+ currentMouseButton = 0;
}
manageScripts(&relHead);
@@ -1899,8 +1902,6 @@ void CruiseEngine::mainLoop(void) {
g_system->updateScreen();
}
- manageEvents();
-
} while (!playerDontAskQuit && quitValue2 && quitValue != 7);
}