aboutsummaryrefslogtreecommitdiff
path: root/backends/morphos/morphos_sound.cpp
diff options
context:
space:
mode:
authorRuediger Hanke2002-08-22 10:43:50 +0000
committerRuediger Hanke2002-08-22 10:43:50 +0000
commit31f6833f87da3af3c480d0b6e605c3565efef1d0 (patch)
tree18530341c2b5ed81fb767ec424add41a32c94039 /backends/morphos/morphos_sound.cpp
parente0cfd49ef794cff5641dbca71ff3fa70c35fc738 (diff)
downloadscummvm-rg350-31f6833f87da3af3c480d0b6e605c3565efef1d0.tar.gz
scummvm-rg350-31f6833f87da3af3c480d0b6e605c3565efef1d0.tar.bz2
scummvm-rg350-31f6833f87da3af3c480d0b6e605c3565efef1d0.zip
Made MorphOS port use master makefile, few compilation fixes
svn-id: r4800
Diffstat (limited to 'backends/morphos/morphos_sound.cpp')
-rw-r--r--backends/morphos/morphos_sound.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/morphos/morphos_sound.cpp b/backends/morphos/morphos_sound.cpp
index 0585b8708b..f2df81d789 100644
--- a/backends/morphos/morphos_sound.cpp
+++ b/backends/morphos/morphos_sound.cpp
@@ -66,7 +66,7 @@ bool init_morphos_music(ULONG MidiUnit)
if (ScummMidiRequest)
{
ScummMidiRequest->amr_Version = 2;
- if (OpenDevice("amidi.device", MidiUnit, (IORequest *) ScummMidiRequest, AMIDIF_MIDISERVER))
+ if (OpenDevice("amidi.device", MidiUnit, (IORequest *) ScummMidiRequest, 0))
{
DeleteIORequest((IORequest *) ScummMidiRequest);
DeleteMsgPort(ScummMidiPort);