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

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Fri Jan 29 19:30:19 CET 2010


Revision: 47677
          http://scummvm.svn.sourceforge.net/scummvm/?rev=47677&view=rev
Author:   thebluegr
Date:     2010-01-29 18:30:19 +0000 (Fri, 29 Jan 2010)

Log Message:
-----------
Always prefer MIDI drivers over the other ones

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-29 17:47:17 UTC (rev 47676)
+++ scummvm/trunk/engines/sci/sound/music.cpp	2010-01-29 18:30:19 UTC (rev 47677)
@@ -61,7 +61,7 @@
 	// SCI sound init
 	_dwTempo = 0;
 
-	MidiDriverType midiType = MidiDriver::detectMusicDriver(MDT_PCSPK | MDT_ADLIB | MDT_MIDI);
+	MidiDriverType midiType = MidiDriver::detectMusicDriver(MDT_PCSPK | MDT_ADLIB | MDT_MIDI | MDT_PREFER_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