diff options
author | Martin Kiewitz | 2015-06-02 18:33:50 +0200 |
---|---|---|
committer | Martin Kiewitz | 2015-06-02 18:33:50 +0200 |
commit | 1968528a1f8c8f8cce730e74478832b17e375c1a (patch) | |
tree | d2d337720dd7f721b4c8cd721d6b859e5ab1ac20 /engines | |
parent | 4cf16a905bc85214c236e391f6b6f60e14bd3352 (diff) | |
download | scummvm-rg350-1968528a1f8c8f8cce730e74478832b17e375c1a.tar.gz scummvm-rg350-1968528a1f8c8f8cce730e74478832b17e375c1a.tar.bz2 scummvm-rg350-1968528a1f8c8f8cce730e74478832b17e375c1a.zip |
SHERLOCK: start of street intro quitable now
Diffstat (limited to 'engines')
-rw-r--r-- | engines/sherlock/scalpel/scalpel.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/sherlock/scalpel/scalpel.cpp b/engines/sherlock/scalpel/scalpel.cpp index 34838280fd..9736dffe3d 100644 --- a/engines/sherlock/scalpel/scalpel.cpp +++ b/engines/sherlock/scalpel/scalpel.cpp @@ -399,7 +399,8 @@ bool ScalpelEngine::showStreetCutscene() { finished = _music->waitUntilTick(0xE4, 0xFFFF, 0, 1000); } - finished = _animation->play("14KICK", 1, 3, true, 2); + if (finished) + finished = _animation->play("14KICK", 1, 3, true, 2); // Constable animation plays slower than speed 2 // If we play it with speed 2, music gets obviously out of sync |