diff options
-rw-r--r-- | engines/sherlock/scalpel/scalpel.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/sherlock/scalpel/scalpel.cpp b/engines/sherlock/scalpel/scalpel.cpp index e3aa4248c0..275380e148 100644 --- a/engines/sherlock/scalpel/scalpel.cpp +++ b/engines/sherlock/scalpel/scalpel.cpp @@ -404,6 +404,10 @@ bool ScalpelEngine::showStreetCutscene() { if (finished) finished = _animation->play("14NOTE", 1, 0, false, 2); + // Fade to black + if (finished) + _screen->fadeToBlack(1); + _animation->_gfxLibraryFilename = ""; _animation->_soundLibraryFilename = ""; return finished; |