aboutsummaryrefslogtreecommitdiff
path: root/saga/saga.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'saga/saga.cpp')
-rw-r--r--saga/saga.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/saga/saga.cpp b/saga/saga.cpp
index 3c2c5dca91..03f8be3555 100644
--- a/saga/saga.cpp
+++ b/saga/saga.cpp
@@ -197,7 +197,7 @@ void SagaEngine::go() {
driver->property(MidiDriver::PROP_CHANNEL_MASK, 0x03FE);
_music = new Music(_mixer, driver, _musicEnabled);
- _music->hasNativeMT32(native_mt32);
+ _music->setNativeMT32(native_mt32);
if (midiDriver == MD_MT32)
_music->setPassThrough(true);