Skip to content

Commit

Permalink
SHERLOCK: Remove obsolete comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Torbjörn Andersson committed Jun 16, 2015
1 parent 316b062 commit 071de33
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions engines/sherlock/music.cpp
Expand Up @@ -91,8 +91,6 @@ void MidiParser_SH::parseNextEvent(EventInfo &info) {
case 0xC: { // program change
int idx = *_position._playPos++;
info.basic.param1 = idx & 0x7f;
// don't do this here, it breaks adlib
//info.basic.param1 = mt32Map[idx & 0x7f]; // remap MT32 to GM
info.basic.param2 = 0;
}
break;
Expand Down

0 comments on commit 071de33

Please sign in to comment.