[Scummvm-cvs-logs] SF.net SVN: scummvm:[47711] scummvm/trunk/engines/sci/sound/music.cpp

waltervn at users.sourceforge.net waltervn at users.sourceforge.net
Sat Jan 30 14:35:42 CET 2010


Revision: 47711
          http://scummvm.svn.sourceforge.net/scummvm/?rev=47711&view=rev
Author:   waltervn
Date:     2010-01-30 13:35:41 +0000 (Sat, 30 Jan 2010)

Log Message:
-----------
SCI: Do not prefer MIDI drivers, as MT-32 to GM mapping is still lacking.

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

Modified: scummvm/trunk/engines/sci/sound/music.cpp
===================================================================
--- scummvm/trunk/engines/sci/sound/music.cpp	2010-01-30 13:22:29 UTC (rev 47710)
+++ scummvm/trunk/engines/sci/sound/music.cpp	2010-01-30 13:35:41 UTC (rev 47711)
@@ -61,7 +61,7 @@
 	// SCI sound init
 	_dwTempo = 0;
 
-	MidiDriverType midiType = MidiDriver::detectMusicDriver(MDT_PCSPK | MDT_ADLIB | MDT_MIDI | MDT_PREFER_MIDI);
+	MidiDriverType midiType = MidiDriver::detectMusicDriver(MDT_PCSPK | MDT_ADLIB | MDT_MIDI);
 
 	switch (midiType) {
 	case MD_ADLIB:


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