diff options
Diffstat (limited to 'engines/sci/sound/softseq/amiga.cpp')
-rw-r--r-- | engines/sci/sound/softseq/amiga.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/sound/softseq/amiga.cpp b/engines/sci/sound/softseq/amiga.cpp index 8324fc9dd2..7c57bb6efd 100644 --- a/engines/sci/sound/softseq/amiga.cpp +++ b/engines/sci/sound/softseq/amiga.cpp @@ -541,7 +541,7 @@ int MidiDriver_Amiga::open() { MidiDriver_Emulated::open(); - _mixer->playInputStream(Audio::Mixer::kMusicSoundType, &_mixerSoundHandle, this, -1, _mixer->kMaxChannelVolume, 0, DisposeAfterUse::NO); + _mixer->playInputStream(Audio::Mixer::kPlainSoundType, &_mixerSoundHandle, this, -1, _mixer->kMaxChannelVolume, 0, DisposeAfterUse::NO); return Common::kNoError; } |