[Scummvm-cvs-logs] SF.net SVN: scummvm:[54454] scummvm/trunk/engines/sci/sound/drivers/midi. cpp

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Wed Nov 24 12:26:50 CET 2010


Revision: 54454
          http://scummvm.svn.sourceforge.net/scummvm/?rev=54454&view=rev
Author:   thebluegr
Date:     2010-11-24 11:26:48 +0000 (Wed, 24 Nov 2010)

Log Message:
-----------
SCI: Added a TODO for the default reverb value

Modified Paths:
--------------
    scummvm/trunk/engines/sci/sound/drivers/midi.cpp

Modified: scummvm/trunk/engines/sci/sound/drivers/midi.cpp
===================================================================
--- scummvm/trunk/engines/sci/sound/drivers/midi.cpp	2010-11-24 11:19:27 UTC (rev 54453)
+++ scummvm/trunk/engines/sci/sound/drivers/midi.cpp	2010-11-24 11:26:48 UTC (rev 54454)
@@ -469,6 +469,8 @@
 	setMt32Volume(volume);
 
 	// Reverb default only used in (roughly) SCI0/SCI01
+	// TODO: we need to send this to the MT-32, if it's available.
+	// Check patch #3117434
 	_reverb = str->readByte();
 	_hasReverb = true;
 


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