[Scummvm-cvs-logs] SF.net SVN: scummvm: [31474] scummvm/trunk/engines/kyra/sound.cpp

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Thu Apr 10 22:42:56 CEST 2008


Revision: 31474
          http://scummvm.svn.sourceforge.net/scummvm/?rev=31474&view=rev
Author:   lordhoto
Date:     2008-04-10 13:42:56 -0700 (Thu, 10 Apr 2008)

Log Message:
-----------
Fixed regression in Kyra1.

Modified Paths:
--------------
    scummvm/trunk/engines/kyra/sound.cpp

Modified: scummvm/trunk/engines/kyra/sound.cpp
===================================================================
--- scummvm/trunk/engines/kyra/sound.cpp	2008-04-10 19:33:06 UTC (rev 31473)
+++ scummvm/trunk/engines/kyra/sound.cpp	2008-04-10 20:42:56 UTC (rev 31474)
@@ -287,7 +287,7 @@
 	} else if ((b & 0xFFF0) == 0x007BB0) {
 		//Only respond to All Notes Off if this channel
 		//has currently been allocated
-		if (!_channel[_virChannel[channel]])
+		if (!_channel[/*_virChannel[channel]*/channel])
 			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