aboutsummaryrefslogtreecommitdiff
path: root/scumm/room.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/room.cpp')
-rw-r--r--scumm/room.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/room.cpp b/scumm/room.cpp
index 01e5f26be6..48248dd01e 100644
--- a/scumm/room.cpp
+++ b/scumm/room.cpp
@@ -76,7 +76,7 @@ void ScummEngine::startScene(int room, Actor *a, int objectNr) {
killScriptsAndResources();
if (_version >= 4 && _heversion <= 61)
stopCycle(0);
- _sound->processSoundQues();
+ _sound->processSound();
clearDrawQueues();