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

m_kiewitz at users.sourceforge.net m_kiewitz at users.sourceforge.net
Tue Jun 29 00:14:03 CEST 2010


Revision: 50465
          http://scummvm.svn.sourceforge.net/scummvm/?rev=50465&view=rev
Author:   m_kiewitz
Date:     2010-06-28 22:14:03 +0000 (Mon, 28 Jun 2010)

Log Message:
-----------
SCI: its lsl5 sound resource 294, not 274 (changed comment only)

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-06-28 22:08:46 UTC (rev 50464)
+++ scummvm/trunk/engines/sci/sound/midiparser_sci.cpp	2010-06-28 22:14:03 UTC (rev 50465)
@@ -556,7 +556,7 @@
 		case 7: // channel volume change
 			if (!_position._play_tick) {
 				// if this is tried on tick 0, ignore the command
-				// this is needed for lsl5 sound resource 274, it sets channel volume to very low at the start
+				// this is needed for lsl5 sound resource 294, it sets channel volume to very low at the start
 				//  sierra sci ignores those
 				parseNextEvent(_next_event);
 				return;


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