[Scummvm-cvs-logs] CVS: scummvm/scumm sound.cpp,1.158,1.159

Travis Howell kirben at users.sourceforge.net
Sun Jul 6 00:18:20 CEST 2003


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

Modified Files:
	sound.cpp 
Log Message:

Add back change that got lost on last two commits


Index: sound.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/sound.cpp,v
retrieving revision 1.158
retrieving revision 1.159
diff -u -d -r1.158 -r1.159
--- sound.cpp	6 Jul 2003 06:57:41 -0000	1.158
+++ sound.cpp	6 Jul 2003 07:17:50 -0000	1.159
@@ -471,7 +471,9 @@
 		// This hack relays on the fact that we currently don't support SFX
 		// in these games, only music. Once we add SFX support, we'll have to
 		// revise it / replace it by a proper fix.
-		if (ptr) {
+		if (_scumm->_features & GF_AMIGA)
+			return;
+		else if (ptr) {
 			_scumm->_imuse->stop_all_sounds();
 		}
 	}





More information about the Scummvm-git-logs mailing list