aboutsummaryrefslogtreecommitdiff
path: root/saga
diff options
context:
space:
mode:
authorJerome Fisher2004-11-28 23:08:05 +0000
committerJerome Fisher2004-11-28 23:08:05 +0000
commit1b638b829e1402356d346490b3120d9f506e3514 (patch)
tree0e9eaebc8505dceced4af06872aafaea6556cbc2 /saga
parent5c6a1fcb2d0b67ca1b2bfe6f55adc76a7872be1e (diff)
downloadscummvm-rg350-1b638b829e1402356d346490b3120d9f506e3514.tar.gz
scummvm-rg350-1b638b829e1402356d346490b3120d9f506e3514.tar.bz2
scummvm-rg350-1b638b829e1402356d346490b3120d9f506e3514.zip
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
Diffstat (limited to 'saga')
-rw-r--r--saga/saga.cpp3
1 files changed, 0 insertions, 3 deletions
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.");
}