[Scummvm-cvs-logs] CVS: scummvm/scumm sound.cpp,1.326,1.327

Max Horn fingolfin at users.sourceforge.net
Sun Apr 11 05:46:02 CEST 2004


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4133

Modified Files:
	sound.cpp 
Log Message:
Fix for bug #907266 (MI Mac Music Bug)

Index: sound.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/sound.cpp,v
retrieving revision 1.326
retrieving revision 1.327
diff -u -d -r1.326 -r1.327
--- sound.cpp	10 Apr 2004 01:45:00 -0000	1.326
+++ sound.cpp	11 Apr 2004 12:31:46 -0000	1.327
@@ -395,7 +395,8 @@
 	}
 	else {
 		
-		if (_vm->_gameId == GID_MONKEY_VGA || _vm->_gameId == GID_MONKEY_EGA) {
+		if (_vm->_gameId == GID_MONKEY_VGA || _vm->_gameId == GID_MONKEY_EGA
+			|| (_vm->_gameId == GID_MONKEY && _vm->_features & GF_MACINTOSH)) {
 			// Sound is currently not supported at all in the amiga versions of these games
 			if (_vm->_features & GF_AMIGA) {
 				int track = -1;





More information about the Scummvm-git-logs mailing list