Correction

svn-id: r14197
This commit is contained in:
Travis Howell 2004-07-12 14:21:16 +00:00
parent ea0b3ccacc
commit fd8f64f005

View File

@ -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);
}