wineoss: Only initialise midi once.

This commit is contained in:
Maarten Lankhorst 2007-09-27 00:19:14 +02:00 committed by Alexandre Julliard
parent 715edc1633
commit cb92675953
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ LRESULT OSS_MidiInit(void)
return 0;
TRACE("Initializing the MIDI variables.\n");
bInitDone = 0;
bInitDone = TRUE;
/* try to open device */
if (midiOpenSeq() == -1) {