aboutsummaryrefslogtreecommitdiff
path: root/engines/igor/midi.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/igor/midi.cpp')
-rw-r--r--engines/igor/midi.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/igor/midi.cpp b/engines/igor/midi.cpp
index 28bf434293..f5e0d9ae74 100644
--- a/engines/igor/midi.cpp
+++ b/engines/igor/midi.cpp
@@ -128,7 +128,7 @@ int AdlibMidiDriver::open() {
}
memset(_adlibInstrumentsMappingTable, 0, sizeof(_adlibInstrumentsMappingTable));
adlibSetupCard();
- _mixer->playInputStream(Audio::Mixer::kPlainSoundType, &_mixerSoundHandle, this, -1, Audio::Mixer::kMaxChannelVolume, 0, false, true);
+ _mixer->playInputStream(Audio::Mixer::kMusicSoundType, &_mixerSoundHandle, this, -1, Audio::Mixer::kMaxChannelVolume, 0, false, true);
return 0;
}