diff options
| -rw-r--r-- | engines/sci/sfx/softseq/amiga.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/sci/sfx/softseq/amiga.cpp b/engines/sci/sfx/softseq/amiga.cpp index f785b84338..4323f2b688 100644 --- a/engines/sci/sfx/softseq/amiga.cpp +++ b/engines/sci/sfx/softseq/amiga.cpp @@ -508,6 +508,7 @@ int MidiDriver_Amiga::open() { for (uint i = 0; i < kChannels; i++) { _voices[i].note = -1; + _voices[i].hw_channel = 0; } for (uint i = 0; i < MIDI_CHANNELS; i++) { |
