1
0
Fork 0

(svn r19097) -Fix [FS#3610] (r10444): compilation error in the BeMidi driver (jrepan)

release/1.0
rubidium 2010-02-11 17:13:57 +00:00
parent 804a6894c5
commit 1217bb9411
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ void MusicDriver_BeMidi::Stop()
void MusicDriver_BeMidi::PlaySong(const char *filename)
{
bemidi_stop();
this->Stop();
entry_ref midiRef;
get_ref_for_path(filename, &midiRef);
midiSynthFile.LoadFile(&midiRef);