aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/cruise/cruise_main.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/engines/cruise/cruise_main.cpp b/engines/cruise/cruise_main.cpp
index 938e823fe9..26f66d4433 100644
--- a/engines/cruise/cruise_main.cpp
+++ b/engines/cruise/cruise_main.cpp
@@ -1917,8 +1917,12 @@ void CruiseEngine::mainLoop(void) {
char* pText = getText(autoMsg, autoOvl);
- if (strlen(pText))
+ if (strlen(pText)) {
userWait = 1;
+
+ mainDraw(0);
+ flipScreen();
+ }
}
changeScriptParamInList(-1, -1, &relHead, 9998, 0);