[Scummvm-cvs-logs] scummvm master -> 3696e3c8e8566b13962c687505b565b055e12f58
m-kiewitz
m_kiewitz at users.sourceforge.net
Sat May 30 22:56:31 CEST 2015
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
3696e3c8e8 SHERLOCK: midiparser block META event 0xFF for now
Commit: 3696e3c8e8566b13962c687505b565b055e12f58
https://github.com/scummvm/scummvm/commit/3696e3c8e8566b13962c687505b565b055e12f58
Author: Martin Kiewitz (m_kiewitz at users.sourceforge.net)
Date: 2015-05-30T22:56:13+02:00
Commit Message:
SHERLOCK: midiparser block META event 0xFF for now
Changed paths:
engines/sherlock/music.cpp
diff --git a/engines/sherlock/music.cpp b/engines/sherlock/music.cpp
index 3c85f63..c793b4a 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) {
More information about the Scummvm-git-logs
mailing list