From fd8f64f005883eb0d125c54e1b12d49c0eaac462 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Mon, 12 Jul 2004 14:21:16 +0000 Subject: Correction svn-id: r14197 --- scumm/sound.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scumm/sound.cpp') diff --git a/scumm/sound.cpp b/scumm/sound.cpp index ece41c1377..fd36374b46 100644 --- a/scumm/sound.cpp +++ b/scumm/sound.cpp @@ -715,7 +715,7 @@ int Sound::isSoundRunning(int sound) const { // ID number of the first active music it finds. // TODO handle MRAW (pcm music) in humongous games if (_currentMusic) - return _currentMusic; + return (_musicChannelHandle.isActive()) ? _currentMusic : 0; else return _vm->_imuse->getSoundStatus(sound); } -- cgit v1.2.3