aboutsummaryrefslogtreecommitdiff
path: root/scumm/smush/smush_player.cpp
diff options
context:
space:
mode:
authorTravis Howell2005-06-04 06:30:35 +0000
committerTravis Howell2005-06-04 06:30:35 +0000
commit52a61dda396b867fa4f6983ced25960a1bf22e9d (patch)
treefa7493f04092c8ae4e5e00ee557c21449dc65315 /scumm/smush/smush_player.cpp
parent0148bbaac5aea11b67793cf3f5d7bfb6369d6f83 (diff)
downloadscummvm-rg350-52a61dda396b867fa4f6983ced25960a1bf22e9d.tar.gz
scummvm-rg350-52a61dda396b867fa4f6983ced25960a1bf22e9d.tar.bz2
scummvm-rg350-52a61dda396b867fa4f6983ced25960a1bf22e9d.zip
The sound queue needs to be processed, before sfx queue in HE games, since speech is queued.
svn-id: r18330
Diffstat (limited to 'scumm/smush/smush_player.cpp')
-rw-r--r--scumm/smush/smush_player.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/smush/smush_player.cpp b/scumm/smush/smush_player.cpp
index 2882001494..379bb5d4f1 100644
--- a/scumm/smush/smush_player.cpp
+++ b/scumm/smush/smush_player.cpp
@@ -1057,7 +1057,7 @@ void SmushPlayer::parseNextFrame() {
delete sub;
if (_insanity)
- _vm->_sound->processSoundQues();
+ _vm->_sound->processSound();
_vm->_imuseDigital->flushTracks();
}