From f8ab6ad8da72af5197a29684791a84543dc5bf67 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Mon, 2 Jun 2003 10:17:46 +0000 Subject: wtf is this doing here?! svn-id: r8269 --- scumm/sound.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'scumm') 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) -- cgit v1.2.3