diff options
Diffstat (limited to 'scumm/sound.cpp')
-rw-r--r-- | scumm/sound.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scumm/sound.cpp b/scumm/sound.cpp index 14372bd762..847cd90025 100644 --- a/scumm/sound.cpp +++ b/scumm/sound.cpp @@ -597,8 +597,6 @@ int Sound::isSoundRunning(int sound) { } } - _scumm->_mixer->stopID(sound); - i = _soundQue2Pos; while (i--) { if (_soundQue2[i] == sound) |