[Scummvm-cvs-logs] scummvm master -> 071de331c091c5542cc4c4532065fc2bb941939a

eriktorbjorn eriktorbjorn at telia.com
Tue Jun 16 19:28:16 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:
071de331c0 SHERLOCK: Remove obsolete comment


Commit: 071de331c091c5542cc4c4532065fc2bb941939a
    https://github.com/scummvm/scummvm/commit/071de331c091c5542cc4c4532065fc2bb941939a
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2015-06-16T19:27:03+02:00

Commit Message:
SHERLOCK: Remove obsolete comment

Changed paths:
    engines/sherlock/music.cpp



diff --git a/engines/sherlock/music.cpp b/engines/sherlock/music.cpp
index 37b0417..d889597 100644
--- a/engines/sherlock/music.cpp
+++ b/engines/sherlock/music.cpp
@@ -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;






More information about the Scummvm-git-logs mailing list