[Scummvm-cvs-logs] SF.net SVN: scummvm:[54512] scummvm/trunk/engines/sci/sound/midiparser_sci. cpp

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Sat Nov 27 19:27:02 CET 2010


Revision: 54512
          http://scummvm.svn.sourceforge.net/scummvm/?rev=54512&view=rev
Author:   thebluegr
Date:     2010-11-27 18:27:02 +0000 (Sat, 27 Nov 2010)

Log Message:
-----------
SCI: Removed bogus warning

Modified Paths:
--------------
    scummvm/trunk/engines/sci/sound/midiparser_sci.cpp

Modified: scummvm/trunk/engines/sci/sound/midiparser_sci.cpp
===================================================================
--- scummvm/trunk/engines/sci/sound/midiparser_sci.cpp	2010-11-27 18:23:39 UTC (rev 54511)
+++ scummvm/trunk/engines/sci/sound/midiparser_sci.cpp	2010-11-27 18:27:02 UTC (rev 54512)
@@ -515,6 +515,9 @@
 		// Handle events sent to the SCI special channel (15)
 		if (info.channel() == 0xF) {
 			switch (info.basic.param1) {
+			case kSetReverb:
+				// Already handled above
+				break;
 			case kMidiHold:
 				// Check if the hold ID marker is the same as the hold ID
 				// marker set for that song by cmdSetSoundHold.


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list