[Scummvm-cvs-logs] CVS: scummvm/scumm sound.cpp,1.184,1.185

Travis Howell kirben at users.sourceforge.net
Tue Jul 22 22:19:38 CEST 2003


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv23931/scumm

Modified Files:
	sound.cpp 
Log Message:

Ooops that should not have been commmited


Index: sound.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/sound.cpp,v
retrieving revision 1.184
retrieving revision 1.185
diff -u -d -r1.184 -r1.185
--- sound.cpp	23 Jul 2003 05:17:21 -0000	1.184
+++ sound.cpp	23 Jul 2003 05:18:47 -0000	1.185
@@ -470,7 +470,7 @@
 	
 	}
 	
-	if (_scumm->_gameId == GID_LOOM) {
+	if (_scumm->_gameId == GID_LOOM && (READ_LE_UINT16(ptr + 4) == 'so')) {
 		// Mac version of Loom uses yet another sound format
 		/*
 		playSound #9 (room 70)





More information about the Scummvm-git-logs mailing list