mirror of
https://github.com/libretro/scummvm.git
synced 2025-05-13 09:36:21 +00:00
stop music playback when skipping (parts of) the HOF intro
svn-id: r32019
This commit is contained in:
parent
47e4cf17bb
commit
5f9c533446
@ -284,6 +284,9 @@ void KyraEngine_HoF::seq_playSequences(int startSeq, int endSeq) {
|
||||
seq_sequenceCommand(cseq.finalCommand);
|
||||
seq_resetAllTextEntries();
|
||||
|
||||
if (_abortIntroFlag || skipFlag())
|
||||
_sound->haltTrack();
|
||||
|
||||
if (_flags.isDemo && !_flags.isTalkie) {
|
||||
if (seqNum == kSequenceDemoFisher) {
|
||||
_abortIntroFlag = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user