[Scummvm-cvs-logs] CVS: scummvm sound.cpp,1.106,1.107
Max Horn
fingolfin at users.sourceforge.net
Mon Jul 22 05:45:06 CEST 2002
Update of /cvsroot/scummvm/scummvm
In directory usw-pr-cvs1:/tmp/cvs-serv19670
Modified Files:
sound.cpp
Log Message:
pulled out arisme's recent changes to pauseMode, they are not correct as they break pause mode for all systems that use real MIDI drivers (see bug #584684). If you need a mute music mode, then add an according function to iMUSE/mixer but don't abuse pause mode, please
Index: sound.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound.cpp,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -d -r1.106 -r1.107
--- sound.cpp 21 Jul 2002 06:55:32 -0000 1.106
+++ sound.cpp 22 Jul 2002 12:44:57 -0000 1.107
@@ -536,11 +536,11 @@
{
/* 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);
- */
+
_soundsPaused = pause;
_mixer->pause(pause);
}
More information about the Scummvm-git-logs
mailing list