mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 12:39:56 +00:00
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:
parent
ef2d585459
commit
8b4bdbd2f4
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user