aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm
diff options
context:
space:
mode:
authorJohannes Schickel2012-09-19 15:22:19 +0200
committerJohannes Schickel2012-09-20 01:59:51 +0200
commit6c9f9f83561de8430f968638189c3fa823af932c (patch)
treee59d522eea793546288fb14c213c4891b60eabe2 /engines/scumm
parentb5aaa1d7bcc84f33076744ed0f44c7b4c306a329 (diff)
downloadscummvm-rg350-6c9f9f83561de8430f968638189c3fa823af932c.tar.gz
scummvm-rg350-6c9f9f83561de8430f968638189c3fa823af932c.tar.bz2
scummvm-rg350-6c9f9f83561de8430f968638189c3fa823af932c.zip
SCUMM: Extend comment about SysEx manufacturer 0x97.
Diffstat (limited to 'engines/scumm')
-rw-r--r--engines/scumm/imuse/imuse_player.cpp2
1 files changed, 2 insertions, 0 deletions
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