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

athrxx at users.sourceforge.net athrxx at users.sourceforge.net
Fri Jun 25 22:58:53 CEST 2010


Revision: 50289
          http://scummvm.svn.sourceforge.net/scummvm/?rev=50289&view=rev
Author:   athrxx
Date:     2010-06-25 20:58:52 +0000 (Fri, 25 Jun 2010)

Log Message:
-----------
SCI: set MDT_PREFER_GM instead od MDT_PREFER_MT32

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-06-25 20:51:57 UTC (rev 50288)
+++ scummvm/trunk/engines/sci/sound/music.cpp	2010-06-25 20:58:52 UTC (rev 50289)
@@ -68,7 +68,7 @@
 	// We also don't yet support the 7.pat file of SCI1+ Mac games or SCI0 Mac patches, so we
 	// default to MIDI in those games to let them run.
 	Common::Platform platform = g_sci->getPlatform();
-	uint32 dev =  MidiDriver::detectDevice((getSciVersion() >= SCI_VERSION_2 || platform == Common::kPlatformMacintosh || (platform == Common::kPlatformAmiga && getSciVersion() >= SCI_VERSION_1_EGA)) ? (MDT_PCSPK | MDT_ADLIB | MDT_MIDI | MDT_PREFER_MT32) : (MDT_PCSPK | MDT_ADLIB | MDT_MIDI));
+	uint32 dev =  MidiDriver::detectDevice((getSciVersion() >= SCI_VERSION_2 || platform == Common::kPlatformMacintosh || (platform == Common::kPlatformAmiga && getSciVersion() >= SCI_VERSION_1_EGA)) ? (MDT_PCSPK | MDT_ADLIB | MDT_MIDI | MDT_PREFER_GM) : (MDT_PCSPK | MDT_ADLIB | MDT_MIDI));
 
 	switch (MidiDriver::getMusicType(dev)) {
 	case MT_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