aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.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/scumm.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/scumm.cpp')
-rw-r--r--scumm/scumm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/scumm.cpp b/scumm/scumm.cpp
index 62c732eba7..a59fc95825 100644
--- a/scumm/scumm.cpp
+++ b/scumm/scumm.cpp
@@ -2326,7 +2326,7 @@ load_game:
playActorSounds();
}
- _sound->processSoundQues();
+ _sound->processSound();
#ifndef DISABLE_SCUMM_7_8
if (_imuseDigital) {