diff options
author | Ruediger Hanke | 2003-08-05 18:18:26 +0000 |
---|---|---|
committer | Ruediger Hanke | 2003-08-05 18:18:26 +0000 |
commit | c99f6980c70ea60f5aba8f45a0384059f24deabc (patch) | |
tree | acf7f6627184660b3eeb4169e55397423f5e5dac /backends/midi/morphos.cpp | |
parent | 7ff88ea392f430ccc78fdd0503136d8ed1aac036 (diff) | |
download | scummvm-rg350-c99f6980c70ea60f5aba8f45a0384059f24deabc.tar.gz scummvm-rg350-c99f6980c70ea60f5aba8f45a0384059f24deabc.tar.bz2 scummvm-rg350-c99f6980c70ea60f5aba8f45a0384059f24deabc.zip |
Hotfixes ...
svn-id: r9514
Diffstat (limited to 'backends/midi/morphos.cpp')
-rw-r--r-- | backends/midi/morphos.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/midi/morphos.cpp b/backends/midi/morphos.cpp index f84861f039..2cdc8aa258 100644 --- a/backends/midi/morphos.cpp +++ b/backends/midi/morphos.cpp @@ -60,7 +60,7 @@ int MidiDriver_ETUDE::open() if (_isOpen) return MERR_ALREADY_OPEN; _isOpen = true; - if (!init_morphos_music(0, ETUDEF_DIRECT)) + if (!init_morphos_music(ScummMidiUnit, ETUDEF_DIRECT)) return MERR_DEVICE_NOT_AVAILABLE; return 0; |