[Scummvm-cvs-logs] SF.net SVN: scummvm:[40043] scummvm/branches/branch-0-13-0/engines/kyra/ sound.cpp

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Tue Apr 21 13:49:47 CEST 2009


Revision: 40043
          http://scummvm.svn.sourceforge.net/scummvm/?rev=40043&view=rev
Author:   lordhoto
Date:     2009-04-21 11:49:47 +0000 (Tue, 21 Apr 2009)

Log Message:
-----------
Backport of 40039, which fixed bug #2772727 "KYRA1: Sound effect loops continuously (Mac CD)".

Modified Paths:
--------------
    scummvm/branches/branch-0-13-0/engines/kyra/sound.cpp

Modified: scummvm/branches/branch-0-13-0/engines/kyra/sound.cpp
===================================================================
--- scummvm/branches/branch-0-13-0/engines/kyra/sound.cpp	2009-04-21 11:42:47 UTC (rev 40042)
+++ scummvm/branches/branch-0-13-0/engines/kyra/sound.cpp	2009-04-21 11:49:47 UTC (rev 40043)
@@ -196,7 +196,7 @@
 	//	XXX
 	//}
 
-	if (_flags.platform == Common::kPlatformPC) {
+	if (_flags.platform == Common::kPlatformPC || _flags.platform == Common::kPlatformMacintosh) {
 		assert(command*2+1 < _trackMapSize);
 		if (_curMusicTheme != _trackMap[command*2]) {
 			if (_trackMap[command*2] != -1 && _trackMap[command*2] != -2)


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