From 2a9d98003e07890dc74694b62bd694d1fc8a19f3 Mon Sep 17 00:00:00 2001 From: Matthew Hoops Date: Thu, 20 Sep 2012 11:58:04 -0400 Subject: SCUMM: Restrict the Mac m68k v5 driver to MI2/Indy4 Shouldn't be used with MI1 --- engines/scumm/scumm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/scumm/scumm.cpp') diff --git a/engines/scumm/scumm.cpp b/engines/scumm/scumm.cpp index 2150bbc4f1..c9c9e991e4 100644 --- a/engines/scumm/scumm.cpp +++ b/engines/scumm/scumm.cpp @@ -1839,7 +1839,7 @@ void ScummEngine::setupMusic(int midi) { bool multi_midi = ConfMan.getBool("multi_midi") && _sound->_musicType != MDT_NONE && _sound->_musicType != MDT_PCSPK && (midi & MDT_ADLIB); bool useOnlyNative = false; - if (isMacM68kV5()) { + if (isMacM68kIMuse()) { // We setup this driver as native MIDI driver to avoid playback // of the Mac music via a selected MIDI device. nativeMidiDriver = new MacM68kDriver(_mixer); -- cgit v1.2.3