From b2cd3d9fd7b30fcb6ba315b10c0c87b3dcf744ca Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Sat, 15 Dec 2018 11:56:58 +0100 Subject: SHERLOCK: Speed up Blackwood cutscene in The Case of the Serrated Scalpel When capturing Blackwood in The Case of the Serrated Scalpel, the whole scene seems to be running in slow motion. This simply doubles the speed for it. It may still be a tad slow, but at least it fits the music much better I think. --- engines/sherlock/scalpel/scalpel.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/sherlock') diff --git a/engines/sherlock/scalpel/scalpel.cpp b/engines/sherlock/scalpel/scalpel.cpp index fbe025c0b7..dd03c04be6 100644 --- a/engines/sherlock/scalpel/scalpel.cpp +++ b/engines/sherlock/scalpel/scalpel.cpp @@ -1035,8 +1035,8 @@ void ScalpelEngine::startScene() { // Blackwood's capture _res->addToCache("final2.vda", "epilogue.lib"); _res->addToCache("final2.vdx", "epilogue.lib"); - _animation->play("final1", false, 1, 3, true, 4); - _animation->play("final2", false, 1, 0, false, 4); + _animation->play("final1", false, 1, 3, true, 2); + _animation->play("final2", false, 1, 0, false, 2); break; case RESCUE_ANNA: -- cgit v1.2.3