diff options
Diffstat (limited to 'scumm/imuse_player.cpp')
-rw-r--r-- | scumm/imuse_player.cpp | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/scumm/imuse_player.cpp b/scumm/imuse_player.cpp index ae19d38340..34937022b1 100644 --- a/scumm/imuse_player.cpp +++ b/scumm/imuse_player.cpp @@ -300,8 +300,11 @@ void Player::send(uint32 b) { case 93: // Chorus Level part->chorusLevel(param2); break; - case 116: // Unknown - // FIXME: Often used in puttmoon + case 116: // XMIDI For Loop. Not supported + // Used in the ending sequence of puttputt + break; + case 117: // XMIDI Next/Break. Not supported + // Used in the ending sequence of puttputt break; case 123: // All Notes Off part->allNotesOff(); |