[Scummvm-cvs-logs] CVS: scummvm/sky/music gmchannel.cpp,1.18,1.19

Torbjörn Andersson eriktorbjorn at users.sourceforge.net
Thu Aug 26 06:55:08 CEST 2004


Update of /cvsroot/scummvm/scummvm/sky/music
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7238/music

Modified Files:
	gmchannel.cpp 
Log Message:
Clarified the comment added in the previous commit slightly.


Index: gmchannel.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/music/gmchannel.cpp,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- gmchannel.cpp	26 Aug 2004 13:51:06 -0000	1.18
+++ gmchannel.cpp	26 Aug 2004 13:53:20 -0000	1.19
@@ -61,7 +61,7 @@
 
 	// All Notes Off
 	_midiDrv->send((0xB0 | _channelData.midiChannelNumber) | 0x7B00 | 0 | 0x79000000);
-	// Pitch Wheel
+	// Reset the Pitch Wheel. See bug #1016556.
 	_midiDrv->send((0xE0 | _channelData.midiChannelNumber) | 0x400000);
 }
 





More information about the Scummvm-git-logs mailing list