From 172e558050b1a4ae112e184e0a682da0b4862677 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Mon, 4 Apr 2005 11:58:42 +0000 Subject: Missed a function. svn-id: r17374 --- scumm/sound.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scumm/sound.cpp') diff --git a/scumm/sound.cpp b/scumm/sound.cpp index baedf5df3e..fe71f936b0 100644 --- a/scumm/sound.cpp +++ b/scumm/sound.cpp @@ -583,6 +583,8 @@ void Sound::processSfxQueues() { if (_vm->_imuseDigital) { finished = !isSoundRunning(kTalkSoundID); + } else if (_vm->_heversion >= 70) { + finished = !isSoundRunning(1); } else { finished = !_vm->_mixer->isSoundHandleActive(_talkChannelHandle); } -- cgit v1.2.3