mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-22 11:22:18 -04:00
Revert "winmidi: remove unnecessary midiOutReset
call"
Ops, misunderstand comment. This reverts commit 912b325172756dce19b639a23358cecaeab165fa.
This commit is contained in:
parent
912b325172
commit
c7e09871dd
@ -726,6 +726,11 @@ static void I_WIN_StopSong(void *handle)
|
||||
{
|
||||
MidiError("midiStreamStop", mmr);
|
||||
}
|
||||
mmr = midiOutReset((HMIDIOUT)hMidiStream);
|
||||
if (mmr != MMSYSERR_NOERROR)
|
||||
{
|
||||
MidiError("midiOutReset", mmr);
|
||||
}
|
||||
}
|
||||
|
||||
static void I_WIN_PlaySong(void *handle, boolean looping)
|
||||
|
Loading…
x
Reference in New Issue
Block a user