mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-03 23:31:57 +00:00
Changed handling of malformed pitchbend events.
Added related warning output for future reference. svn-id: r5909
This commit is contained in:
parent
8f419dcaa8
commit
d577b2ece6
@ -321,8 +321,10 @@ void MidiPlayer::read_next_note(Track *t, NoteRec *nr)
|
||||
if ((cmd_byte & 0xF0) != 0xE0)
|
||||
break;
|
||||
|
||||
warning ("Malformed pitch bend event skipped");
|
||||
warning ("If music sounds screwed up now, submit a bug report");
|
||||
track_read_byte(t);
|
||||
track_read_byte(t);
|
||||
// track_read_byte(t);
|
||||
}
|
||||
|
||||
if (!(cmd_byte & 0x80)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user