From d622df84d10b3ccf6950ab9f5acbdb85fa6ff2f1 Mon Sep 17 00:00:00 2001 From: Jamieson Christian Date: Wed, 18 Dec 2002 13:53:52 +0000 Subject: Damn, I just fixed this a bit ago! *self-bonk* svn-id: r6019 --- scumm/instrument.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'scumm/instrument.cpp') 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. -- cgit v1.2.3