aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Howell2004-09-21 01:04:09 +0000
committerTravis Howell2004-09-21 01:04:09 +0000
commit860d1c67a0b23d7e160b5a337249316e3c097d7f (patch)
tree6a5a8a3ea71753834509002cd0baab1e67e7bbda
parent2c0f36cddcd6bcafaa4a6ae6044d197359c8ceb1 (diff)
downloadscummvm-rg350-860d1c67a0b23d7e160b5a337249316e3c097d7f.tar.gz
scummvm-rg350-860d1c67a0b23d7e160b5a337249316e3c097d7f.tar.bz2
scummvm-rg350-860d1c67a0b23d7e160b5a337249316e3c097d7f.zip
No longer needed.
svn-id: r15212
-rw-r--r--scumm/sound.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/sound.cpp b/scumm/sound.cpp
index 847b7bb467..b79ae052e7 100644
--- a/scumm/sound.cpp
+++ b/scumm/sound.cpp
@@ -763,7 +763,7 @@ int Sound::isSoundRunning(int sound) const {
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)