[Scummvm-cvs-logs] CVS: scummvm/queen queen.cpp,1.100,1.101

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


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

Modified Files:
	queen.cpp 
Log Message:
- MIDI messages are now pre-processed and go through normal channel allocation, rather than being passed through directly.


Index: queen.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/queen/queen.cpp,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -d -r1.100 -r1.101
--- queen.cpp	27 Nov 2004 00:25:58 -0000	1.100
+++ queen.cpp	28 Nov 2004 23:03:32 -0000	1.101
@@ -354,9 +354,6 @@
 	_music = new Music(driver, this);
 	_music->hasNativeMT32(ConfMan.getBool("native_mt32") || (midiDriver == MD_MT32));
 
-	if (midiDriver == MD_MT32)
-		_music->setPassThrough(true);
-	
 	_sound = Sound::giveSound(_mixer, this, _resource->compression());
 	_walk = new Walk(this);
 





More information about the Scummvm-git-logs mailing list