[Scummvm-cvs-logs] CVS: scummvm/scumm imuse.cpp,1.65,1.66

Max Horn fingolfin at users.sourceforge.net
Mon Oct 21 05:48:02 CEST 2002


Update of /cvsroot/scummvm/scummvm/scumm
In directory usw-pr-cvs1:/tmp/cvs-serv27791/scumm

Modified Files:
	imuse.cpp 
Log Message:
oops forgot this file

Index: imuse.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/imuse.cpp,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -d -r1.65 -r1.66
--- imuse.cpp	21 Oct 2002 09:32:38 -0000	1.65
+++ imuse.cpp	21 Oct 2002 12:47:06 -0000	1.66
@@ -4550,7 +4550,7 @@
 void IMuseGM::midiPitchBendFactor (byte chan, byte factor) {
 	if (_midi_pitchbend_factor_last[chan] != factor) {
 		_midi_pitchbend_factor_last[chan] = factor;
-		_md->setPitchBendRange (factor); // For high-level semantic drivers (such as QTMA)
+		_md->setPitchBendRange (chan, factor); // For high-level semantic drivers (such as QTMA)
 		_md->send((   0   << 16) | (101 << 8) | (0xB0 | chan));
 		_md->send((   0   << 16) | (100 << 8) | (0xB0 | chan));
 		_md->send((factor << 16) | (  6 << 8) | (0xB0 | chan));





More information about the Scummvm-git-logs mailing list