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

m_kiewitz at users.sourceforge.net m_kiewitz at users.sourceforge.net
Mon Sep 6 21:03:55 CEST 2010


Revision: 52606
          http://scummvm.svn.sourceforge.net/scummvm/?rev=52606&view=rev
Author:   m_kiewitz
Date:     2010-09-06 19:03:55 +0000 (Mon, 06 Sep 2010)

Log Message:
-----------
SCI: extending comment for prev. commit

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

Modified: scummvm/trunk/engines/sci/sound/soundcmd.cpp
===================================================================
--- scummvm/trunk/engines/sci/sound/soundcmd.cpp	2010-09-06 19:00:43 UTC (rev 52605)
+++ scummvm/trunk/engines/sci/sound/soundcmd.cpp	2010-09-06 19:03:55 UTC (rev 52606)
@@ -81,7 +81,8 @@
 	bool checkAudioResource = getSciVersion() >= SCI_VERSION_1_1;
 	if (g_sci->getGameId() == GID_HOYLE4)
 		checkAudioResource = false; // hoyle 4 has garbled audio resources in place of the sound resources
-	// if we play those, we will only make the user deaf and break speakers
+	// if we play those, we will only make the user deaf and break speakers. Sierra SCI doesn't play anything
+	// on soundblaster. FIXME: check, why this is
 
 	if (checkAudioResource && _resMan->testResource(ResourceId(kResourceTypeAudio, resourceId))) {
 		// Found a relevant audio resource, play it


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