stop music playback when skipping (parts of) the HOF intro

svn-id: r32019
This commit is contained in:
Florian Kagerer 2008-05-11 12:58:54 +00:00
parent 47e4cf17bb
commit 5f9c533446

View File

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