diff --git a/src/sound/music_hmi_midiout.cpp b/src/sound/music_hmi_midiout.cpp index c73c9f619..c2075bf1a 100644 --- a/src/sound/music_hmi_midiout.cpp +++ b/src/sound/music_hmi_midiout.cpp @@ -717,7 +717,7 @@ void HMISong::NoteOffQueue::AddNoteOff(DWORD delay, BYTE channel, BYTE key) bool HMISong::NoteOffQueue::Pop(AutoNoteOff &item) { item = (*this)[0]; - if (TArray::Pop((*this)[0])) + if (TArray::Pop((*this)[0])) { Heapify(); return true;