aboutsummaryrefslogtreecommitdiff
path: root/scumm/sound.cpp
diff options
context:
space:
mode:
authorTravis Howell2005-01-30 11:10:50 +0000
committerTravis Howell2005-01-30 11:10:50 +0000
commit339df486e1a3d9ff5546c17e998521af504510cc (patch)
tree89014a582c052de79590e48aff1b63dc11fcddde /scumm/sound.cpp
parentbebad400d6cbbf38f8664bc1f2a5afea5716e93b (diff)
downloadscummvm-rg350-339df486e1a3d9ff5546c17e998521af504510cc.tar.gz
scummvm-rg350-339df486e1a3d9ff5546c17e998521af504510cc.tar.bz2
scummvm-rg350-339df486e1a3d9ff5546c17e998521af504510cc.zip
Ooops
svn-id: r16707
Diffstat (limited to 'scumm/sound.cpp')
-rw-r--r--scumm/sound.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/sound.cpp b/scumm/sound.cpp
index 73a586d471..2b6f4a7ba7 100644
--- a/scumm/sound.cpp
+++ b/scumm/sound.cpp
@@ -812,7 +812,7 @@ int Sound::isSoundRunning(int sound) const {
// ID number of the first active music it finds.
if (_vm->_heversion >= 70 || _currentMusic)
sound = _currentMusic;
- if (_vm->_imuse)
+ else if (_vm->_imuse)
return (_vm->_imuse->getSoundStatus(sound));
}
}