Commit cb926759 authored by Maarten Lankhorst's avatar Maarten Lankhorst Committed by Alexandre Julliard

wineoss: Only initialise midi once.

parent 715edc16
...@@ -187,7 +187,7 @@ LRESULT OSS_MidiInit(void) ...@@ -187,7 +187,7 @@ LRESULT OSS_MidiInit(void)
return 0; return 0;
TRACE("Initializing the MIDI variables.\n"); TRACE("Initializing the MIDI variables.\n");
bInitDone = 0; bInitDone = TRUE;
/* try to open device */ /* try to open device */
if (midiOpenSeq() == -1) { if (midiOpenSeq() == -1) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment