From 670d84362546e24e9933f1274f83efeeb65b586f Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sat, 23 Oct 2004 00:36:09 +0000 Subject: oops svn-id: r15660 --- simon/simon.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'simon') diff --git a/simon/simon.cpp b/simon/simon.cpp index 8e3a905501..6701b1dea6 100644 --- a/simon/simon.cpp +++ b/simon/simon.cpp @@ -5125,7 +5125,7 @@ void SimonEngine::loadMusic (uint music) { if (_game & GF_SIMON2) { // Simon 2 music midi.stop(); _game_file->seek(_game_offsets_ptr[MUSIC_INDEX_BASE + music - 1], SEEK_SET); - if (_game & GF_WIN && !(ConfMan.getBool("native_mt32") || (_midiDriver == MD_MT32))) { + if (_game & GF_WIN && !(ConfMan.getBool("native_mt32") && (_midiDriver != MD_MT32))) { midi.loadMultipleSMF (_game_file); } else { midi.loadXMIDI (_game_file); -- cgit v1.2.3