From 01057a75f4b48bfc789a2d53a4afdeaaad6d3d93 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Fri, 16 Oct 2009 02:02:09 +0000 Subject: Fix bug #2879796 - Reversed Ventriloquists. svn-id: r45143 --- engines/scumm/sound.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/scumm/sound.cpp') diff --git a/engines/scumm/sound.cpp b/engines/scumm/sound.cpp index 82ed2a62e6..99cbbc9a7d 100644 --- a/engines/scumm/sound.cpp +++ b/engines/scumm/sound.cpp @@ -113,7 +113,7 @@ void Sound::addSoundToQueue2(int sound, int heOffset, int heChannel, int heFlags void Sound::processSound() { if (_vm->_game.version >= 7) { processSfxQueues(); - } else if (_vm->_game.heversion >= 60) { + } else if (_vm->_game.heversion >= 80) { processSoundQueues(); } else { processSfxQueues(); -- cgit v1.2.3