From e78b1aeb44ea222b0d4f32c404cc4480bad9d51c Mon Sep 17 00:00:00 2001 From: Jamieson Christian Date: Wed, 1 Oct 2003 18:27:31 +0000 Subject: A few FmTowns games don't fall under the GF_FMTOWNS flag. Must not filter them out in stopSound(). svn-id: r10527 --- scumm/sound.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scumm/sound.cpp b/scumm/sound.cpp index 646be954fc..0668402844 100644 --- a/scumm/sound.cpp +++ b/scumm/sound.cpp @@ -705,8 +705,7 @@ void Sound::stopSound(int a) { stopCDTimer(); } - if (_scumm->_features & GF_FMTOWNS) - _scumm->_mixer->stopID(a); + _scumm->_mixer->stopID(a); if (_scumm->_musicEngine) _scumm->_musicEngine->stopSound(a); -- cgit v1.2.3