SHERLOCK: Increase delay before 3DO credits, when there is no music

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.
This commit is contained in:
Torbjörn Andersson 2015-06-17 00:26:19 +02:00
parent ef2d585459
commit 8b4bdbd2f4

View File

@ -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.