[Scummvm-cvs-logs] CVS: scummvm/saga saga.cpp,1.67,1.68

Jerome Fisher kingguppy at users.sourceforge.net
Sun Nov 28 15:09:02 CET 2004


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

Modified Files:
	saga.cpp 
Log Message:
Who started this trend? :)
MT-32 emulator should be handled just like all other drivers, except that it should always be considered native MT-32.


Index: saga.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/saga.cpp,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -d -r1.67 -r1.68
--- saga.cpp	24 Nov 2004 00:14:02 -0000	1.67
+++ saga.cpp	28 Nov 2004 23:08:05 -0000	1.68
@@ -202,9 +202,6 @@
 	_music->setNativeMT32(native_mt32);
 	_music->setAdlib(adlib);
 
-	if (midiDriver == MD_MT32)
-		_music->setPassThrough(true);
-
 	if (!_musicEnabled) {
 		debug(0, "Music disabled.");
 	}





More information about the Scummvm-git-logs mailing list