aboutsummaryrefslogtreecommitdiff
path: root/scumm/instrument.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/instrument.cpp')
-rw-r--r--scumm/instrument.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/instrument.cpp b/scumm/instrument.cpp
index 4d0270a0a7..e2b47dcef4 100644
--- a/scumm/instrument.cpp
+++ b/scumm/instrument.cpp
@@ -415,6 +415,7 @@ void Instrument_Roland::saveOrLoad (Serializer *s)
void Instrument_Roland::send (MidiChannel *mc)
{
if (NATIVE_MT32) { // if (mc->device()->mt32device()) {
+ _instrument.device_id = mc->getNumber();
mc->device()->sysEx ((byte *) &_instrument, sizeof (_instrument));
} else {
// Convert to a GM program change.