[Scummvm-cvs-logs] CVS: scummvm sound.cpp,1.107,1.108

Max Horn fingolfin at users.sourceforge.net
Mon Jul 22 05:52:03 CEST 2002


Update of /cvsroot/scummvm/scummvm
In directory usw-pr-cvs1:/tmp/cvs-serv22282

Modified Files:
	sound.cpp 
Log Message:
forgot to remove arisme's comment :-)

Index: sound.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound.cpp,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -d -r1.107 -r1.108
--- sound.cpp	22 Jul 2002 12:44:57 -0000	1.107
+++ sound.cpp	22 Jul 2002 12:51:05 -0000	1.108
@@ -534,9 +534,6 @@
 
 void Scumm::pauseSounds(bool pause)
 {
-	/* Arisme : do not pause iMuse as this will disable synch events */
-	/* the sound is really "paused" in the mixer					 */
-
 	IMuse *se = _imuse;
 	if (se)
 		se->pause(pause);





More information about the Scummvm-git-logs mailing list