aboutsummaryrefslogtreecommitdiff
path: root/engines/queen/midiadlib.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/queen/midiadlib.cpp')
-rw-r--r--engines/queen/midiadlib.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/queen/midiadlib.cpp b/engines/queen/midiadlib.cpp
index 200c7282f9..155bb66716 100644
--- a/engines/queen/midiadlib.cpp
+++ b/engines/queen/midiadlib.cpp
@@ -132,7 +132,7 @@ int AdlibMidiDriver::open() {
adlibSetNoteVolume(i, 0);
adlibTurnNoteOff(i);
}
- _mixer->playInputStream(Audio::Mixer::kMusicSoundType, &_mixerSoundHandle, this, -1, Audio::Mixer::kMaxChannelVolume, 0, false, true);
+ _mixer->playInputStream(Audio::Mixer::kPlainSoundType, &_mixerSoundHandle, this, -1, Audio::Mixer::kMaxChannelVolume, 0, false, true);
return 0;
}