aboutsummaryrefslogtreecommitdiff
path: root/morphos/morphos_sound.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'morphos/morphos_sound.cpp')
-rw-r--r--morphos/morphos_sound.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/morphos/morphos_sound.cpp b/morphos/morphos_sound.cpp
index 67fa0ebaee..da74f786ac 100644
--- a/morphos/morphos_sound.cpp
+++ b/morphos/morphos_sound.cpp
@@ -56,6 +56,7 @@ static struct MsgPort *MusicTimerMsgPort = NULL;
bool init_morphos_music( ULONG MidiUnit )
{
+ MidiUnit = ScummMidiUnit; // Ugly fix, but ...
ScummMidiPort = CreateMsgPort();
if( ScummMidiPort )
{