From 1b638b829e1402356d346490b3120d9f506e3514 Mon Sep 17 00:00:00 2001 From: Jerome Fisher Date: Sun, 28 Nov 2004 23:08:05 +0000 Subject: Who started this trend? :) MT-32 emulator should be handled just like all other drivers, except that it should always be considered native MT-32. svn-id: r15952 --- saga/saga.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'saga') diff --git a/saga/saga.cpp b/saga/saga.cpp index b71c1313d1..f802a045b4 100644 --- a/saga/saga.cpp +++ b/saga/saga.cpp @@ -202,9 +202,6 @@ int SagaEngine::init(GameDetector &detector) { _music->setNativeMT32(native_mt32); _music->setAdlib(adlib); - if (midiDriver == MD_MT32) - _music->setPassThrough(true); - if (!_musicEnabled) { debug(0, "Music disabled."); } -- cgit v1.2.3