Skip to content

Commit

Permalink
SHERLOCK: add fade out to street scene intro
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Kiewitz committed Jun 1, 2015
1 parent 2761a9c commit 4cda49a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions engines/sherlock/scalpel/scalpel.cpp
Expand Up @@ -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;
Expand Down

0 comments on commit 4cda49a

Please sign in to comment.