Skip to content

Commit

Permalink
SHERLOCK: Increase delay before 3DO credits, when there is no music
Browse files Browse the repository at this point in the history
This better matches a YouTube video I've seen of the intro, though
the case where there is no music is unlikely to happen outside of
debugging.
  • Loading branch information
Torbjörn Andersson committed Jun 16, 2015
1 parent ef2d585 commit 8b4bdbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/sherlock/scalpel/scalpel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8b4bdbd

Please sign in to comment.