diff options
-rw-r--r-- | engines/sherlock/scalpel/scalpel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sherlock/scalpel/scalpel.cpp b/engines/sherlock/scalpel/scalpel.cpp index c46f2f02ba..4e94631b4a 100644 --- a/engines/sherlock/scalpel/scalpel.cpp +++ b/engines/sherlock/scalpel/scalpel.cpp @@ -833,7 +833,7 @@ bool ScalpelEngine::showOfficeCutscene3DO() { finished = _animation->play3DO("COFF4", true, 1, false, 3); if (finished) { - finished = _music->waitUntilMSec(244500, 0, 0, 500); + finished = _music->waitUntilMSec(244500, 0, 0, 2000); // TODO: Brighten the image, possibly by doing a partial fade // to white. |