[Scummvm-cvs-logs] CVS: scummvm/scumm imuse.cpp,2.126,2.127

Torbjörn Andersson eriktorbjorn at users.sourceforge.net
Wed Mar 9 05:17:37 CET 2005


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11810

Modified Files:
	imuse.cpp 
Log Message:
Use _chorus, not _effect_level, as parameter to chorusLevel(). I don't
know for sure that this is correct - the MIDI device I'm using at the
moment doesn't seem to support chorus level - but the more I look at it the
more sense it makes.

And it might fix bug #1159734. ("DOTT/SAM: GM Instrument Chorus Level
Improperly Set")


Index: imuse.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/imuse.cpp,v
retrieving revision 2.126
retrieving revision 2.127
diff -u -d -r2.126 -r2.127
--- imuse.cpp	10 Jan 2005 22:05:42 -0000	2.126
+++ imuse.cpp	9 Mar 2005 13:17:05 -0000	2.127
@@ -1617,7 +1617,7 @@
 	_mc->effectLevel(_effect_level);
 	if (_instrument.isValid())
 		_instrument.send(_mc);
-	_mc->chorusLevel(_effect_level);
+	_mc->chorusLevel(_chorus);
 	_mc->priority(_pri_eff);
 }
 





More information about the Scummvm-git-logs mailing list