mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-06-25 14:40:10 +01:00
(svn r19097) -Fix [FS#3610] (r10444): compilation error in the BeMidi driver (jrepan)
This commit is contained in:
parent
804a6894c5
commit
1217bb9411
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user