From 6c9f9f83561de8430f968638189c3fa823af932c Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Wed, 19 Sep 2012 15:22:19 +0200 Subject: SCUMM: Extend comment about SysEx manufacturer 0x97. --- engines/scumm/imuse/imuse_player.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/scumm') diff --git a/engines/scumm/imuse/imuse_player.cpp b/engines/scumm/imuse/imuse_player.cpp index 53ccfb3734..0cab9efbd9 100644 --- a/engines/scumm/imuse/imuse_player.cpp +++ b/engines/scumm/imuse/imuse_player.cpp @@ -386,6 +386,8 @@ void Player::sysEx(const byte *p, uint16 len) { // SysEx manufacturer 0x97 has been spotted in the // Monkey Island 2 AdLib music, so don't make this a // fatal error. See bug #1481383. + // The Macintosh version of Monkey Island 2 simply + // ignores these SysEx events too. if (a == 0) warning("Unknown SysEx manufacturer 0x00 0x%02X 0x%02X", p[0], p[1]); else -- cgit v1.2.3