aboutsummaryrefslogtreecommitdiff
path: root/kyra/kyra.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kyra/kyra.cpp')
-rw-r--r--kyra/kyra.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/kyra/kyra.cpp b/kyra/kyra.cpp
index 27012257cb..52af048cc3 100644
--- a/kyra/kyra.cpp
+++ b/kyra/kyra.cpp
@@ -150,9 +150,6 @@ int KyraEngine::init(GameDetector &detector) {
_midiDriver->hasNativeMT32(native_mt32);
_midiDriver->setVolume(255);
- if (midiDrv == MD_MT32)
- _midiDriver->setPassThrough(true);
-
_resMgr = new Resourcemanager(this);
assert(_resMgr);