aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/sherlock/scalpel/scalpel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sherlock/scalpel/scalpel.cpp b/engines/sherlock/scalpel/scalpel.cpp
index 5268f7d2f8..95cf8371ee 100644
--- a/engines/sherlock/scalpel/scalpel.cpp
+++ b/engines/sherlock/scalpel/scalpel.cpp
@@ -791,7 +791,7 @@ bool ScalpelEngine::showOfficeCutscene3DO() {
for (int i = 0; finished && i < 200 + creditsFrame->_height; i++) {
_screen->blitFrom(_screen->_backBuffer1);
_screen->transBlitFrom(creditsFrame->_frame, Common::Point((320 - creditsFrame->_width) / 2, 200 - i));
- if (!_events->delay(80, true))
+ if (!_events->delay(70, true))
finished = false;
}
delete creditsImage;