A few FmTowns games don't fall under the GF_FMTOWNS flag.

Must not filter them out in stopSound().

svn-id: r10527
This commit is contained in:
Jamieson Christian 2003-10-01 18:27:31 +00:00
parent 3e437e4f32
commit e78b1aeb44

View file

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