[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
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/scumm cursor.cpp,2.17,2.18 intern.h,2.265,2.266 resource_v7he.cpp,1.9,1.10 resource_v7he.h,1.7,1.8 script_v6he.cpp,2.121,2.122 script_v72he.cpp,2.114,2.115 script_v7he.cpp,2.97,2.98 script_v80he.cpp,2.35,2.36 script_v90he.cpp,2.48,2.49 scumm.cpp,1.222,1.223
- Next message: [Scummvm-cvs-logs] CVS: scummvm/scumm sound.cpp,1.394,1.395
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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)
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/scumm cursor.cpp,2.17,2.18 intern.h,2.265,2.266 resource_v7he.cpp,1.9,1.10 resource_v7he.h,1.7,1.8 script_v6he.cpp,2.121,2.122 script_v72he.cpp,2.114,2.115 script_v7he.cpp,2.97,2.98 script_v80he.cpp,2.35,2.36 script_v90he.cpp,2.48,2.49 scumm.cpp,1.222,1.223
- Next message: [Scummvm-cvs-logs] CVS: scummvm/scumm sound.cpp,1.394,1.395
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list