aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/sherlock/scalpel/scalpel.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/engines/sherlock/scalpel/scalpel.cpp b/engines/sherlock/scalpel/scalpel.cpp
index d55517cdc3..7875f22c47 100644
--- a/engines/sherlock/scalpel/scalpel.cpp
+++ b/engines/sherlock/scalpel/scalpel.cpp
@@ -611,8 +611,10 @@ bool ScalpelEngine::showOfficeCutscene() {
} else
finished = _events->delay(19000);
- _events->clearEvents();
- finished = _events->delay(500);
+ if (finished) {
+ _events->clearEvents();
+ finished = _events->delay(500);
+ }
}
if (finished)