diff options
author | Travis Howell | 2005-01-30 11:10:50 +0000 |
---|---|---|
committer | Travis Howell | 2005-01-30 11:10:50 +0000 |
commit | 339df486e1a3d9ff5546c17e998521af504510cc (patch) | |
tree | 89014a582c052de79590e48aff1b63dc11fcddde /scumm | |
parent | bebad400d6cbbf38f8664bc1f2a5afea5716e93b (diff) | |
download | scummvm-rg350-339df486e1a3d9ff5546c17e998521af504510cc.tar.gz scummvm-rg350-339df486e1a3d9ff5546c17e998521af504510cc.tar.bz2 scummvm-rg350-339df486e1a3d9ff5546c17e998521af504510cc.zip |
Ooops
svn-id: r16707
Diffstat (limited to 'scumm')
-rw-r--r-- | scumm/sound.cpp | 2 |
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)); } } |