From 5c6a1fcb2d0b67ca1b2bfe6f55adc76a7872be1e Mon Sep 17 00:00:00 2001 From: Jerome Fisher Date: Sun, 28 Nov 2004 23:03:32 +0000 Subject: - MIDI messages are now pre-processed and go through normal channel allocation, rather than being passed through directly. svn-id: r15951 --- queen/queen.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'queen') diff --git a/queen/queen.cpp b/queen/queen.cpp index e55e7a03e2..240a55529d 100644 --- a/queen/queen.cpp +++ b/queen/queen.cpp @@ -354,9 +354,6 @@ int QueenEngine::init(GameDetector &detector) { _music = new Music(driver, this); _music->hasNativeMT32(ConfMan.getBool("native_mt32") || (midiDriver == MD_MT32)); - if (midiDriver == MD_MT32) - _music->setPassThrough(true); - _sound = Sound::giveSound(_mixer, this, _resource->compression()); _walk = new Walk(this); -- cgit v1.2.3