mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-05 01:38:36 +00:00
Removed annoying warning
svn-id: r7851
This commit is contained in:
parent
08b5337b20
commit
0be2b4673c
@ -279,7 +279,7 @@ void MidiParser::hangAllActiveNotes() {
|
||||
_active_notes [_next_event.basic.param1] &= ~ (1 << _next_event.channel());
|
||||
}
|
||||
} else if (_next_event.event == 0xFF && _next_event.ext.type == 0x2F) {
|
||||
printf ("MidiParser::hangAllActiveNotes(): Hit End of Track with active notes left!\n");
|
||||
// printf ("MidiParser::hangAllActiveNotes(): Hit End of Track with active notes left!\n");
|
||||
memset (_active_notes, 0, sizeof (_active_notes));
|
||||
break;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user