diff options
-rw-r--r-- | scumm/instrument.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/instrument.cpp b/scumm/instrument.cpp index 6d95bee797..f45da061b8 100644 --- a/scumm/instrument.cpp +++ b/scumm/instrument.cpp @@ -433,7 +433,7 @@ void Instrument_Roland::saveOrLoad (Serializer *s) { void Instrument_Roland::send (MidiChannel *mc) { if (_native_mt32) { - if (mc->getNumber() > 7) + if (mc->getNumber() > 8) return; _instrument.device_id = mc->getNumber(); |