aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/scumm.cpp')
-rw-r--r--scumm/scumm.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/scumm/scumm.cpp b/scumm/scumm.cpp
index 37d5f07648..9207f19431 100644
--- a/scumm/scumm.cpp
+++ b/scumm/scumm.cpp
@@ -1382,9 +1382,6 @@ void ScummEngine::setupMusic(int midi) {
}
if (midi == MDT_TOWNS)
_imuse->property(IMuse::PROP_DIRECT_PASSTHROUGH, 1);
- if (_midiDriver == MD_MT32) {
- _imuse->property(IMuse::PROP_DIRECT_PASSTHROUGH, 1);
- }
_imuse->set_music_volume(ConfMan.getInt("music_volume"));
}
}