aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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));
}
}