From 52ca97fe63aa1032d32fefab4397df34b825e63b Mon Sep 17 00:00:00 2001 From: Martin Kiewitz Date: Sat, 30 May 2015 22:56:13 +0200 Subject: SHERLOCK: midiparser block META event 0xFF for now --- engines/sherlock/music.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/sherlock') diff --git a/engines/sherlock/music.cpp b/engines/sherlock/music.cpp index 3c85f63e7c..c793b4a2ae 100644 --- a/engines/sherlock/music.cpp +++ b/engines/sherlock/music.cpp @@ -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) { -- cgit v1.2.3