[Scummvm-cvs-logs] CVS: scummvm/scumm sound.cpp,1.441,1.442

kirben kirben at users.sourceforge.net
Sat Apr 16 04:32:13 CEST 2005


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

Modified Files:
	sound.cpp 
Log Message:

Disable again, some sounds loop forever.


Index: sound.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/sound.cpp,v
retrieving revision 1.441
retrieving revision 1.442
diff -u -d -r1.441 -r1.442
--- sound.cpp	10 Apr 2005 12:59:15 -0000	1.441
+++ sound.cpp	16 Apr 2005 11:31:00 -0000	1.442
@@ -313,8 +313,8 @@
 		}
 
 		if (heFlags & 1) {
-			_vm->_mixer->stopHandle(_heSoundChannels[heChannel]);
-			flags |= SoundMixer::FLAG_LOOP;
+			// TODO
+			// flags |= SoundMixer::FLAG_LOOP;
 		}
 
 		// Allocate a sound buffer, copy the data into it, and play





More information about the Scummvm-git-logs mailing list