From a8ae95cc10ce05329ca9d4c48fcfb06f615de58b Mon Sep 17 00:00:00 2001 From: Willem Jan Palenstijn Date: Sat, 24 Jan 2009 01:29:52 +0000 Subject: fixing #2531282: don't fall back to a real audio CD when playing enhanced midi tracks svn-id: r36030 --- engines/tinsel/music.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'engines/tinsel/music.cpp') diff --git a/engines/tinsel/music.cpp b/engines/tinsel/music.cpp index 54a7656d44..bb6e794f8d 100644 --- a/engines/tinsel/music.cpp +++ b/engines/tinsel/music.cpp @@ -199,7 +199,8 @@ bool PlayMidiSequence(uint32 dwFileOffset, bool bLoop) { if (track > 0) { StopMidi(); - AudioCD.play(track, bLoop ? -1 : 1, 0, 0); + // try to play track, but don't fall back to a true CD + AudioCD.play(track, bLoop ? -1 : 1, 0, 0, true); // Check if an enhanced audio track is being played. // If it is, stop here and don't load a MIDI track -- cgit v1.2.3