Skip to content

Commit

Permalink
SHERLOCK: midiparser block META event 0xFF for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Kiewitz committed May 30, 2015
1 parent f3d1ffd commit 52ca97f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/sherlock/music.cpp
Expand Up @@ -134,7 +134,7 @@ void MidiParser_SH::parseNextEvent(EventInfo &info) {
break;
case 0xF:
if (info.event == 0xFF) {
warning("SysEx 0xFF");
error("SysEx META event 0xFF");

byte type = *(_position._playPos++);
switch(type) {
Expand Down

0 comments on commit 52ca97f

Please sign in to comment.