[Scummvm-cvs-logs] CVS: scummvm/scumm sound.cpp,1.393,1.394

Travis Howell kirben at users.sourceforge.net
Mon Sep 20 18:05:08 CEST 2004


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

Modified Files:
	sound.cpp 
Log Message:

No longer needed.


Index: sound.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/sound.cpp,v
retrieving revision 1.393
retrieving revision 1.394
diff -u -d -r1.393 -r1.394
--- sound.cpp	20 Sep 2004 09:54:21 -0000	1.393
+++ sound.cpp	21 Sep 2004 01:04:09 -0000	1.394
@@ -763,7 +763,7 @@
 		if (sound == -2 || sound >= 10001) {
 			// Maybe checks sound channel?
 			return !isSfxFinished();
-		} else if (sound == -1 || sound == 10000 || sound == _currentMusic) {
+		} else if (sound == -1 || sound == 10000) {
 			// getSoundStatus(), with a -1, will return the
 			// ID number of the first active music it finds.
 			if (_vm->_heversion >= 70  || _currentMusic)





More information about the Scummvm-git-logs mailing list