aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
Diffstat (limited to 'scumm')
-rw-r--r--scumm/sound.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/sound.cpp b/scumm/sound.cpp
index 7242e37b45..8e18b6c4de 100644
--- a/scumm/sound.cpp
+++ b/scumm/sound.cpp
@@ -423,7 +423,7 @@ void Sound::processSfxQueues() {
_talk_sound_mode = 0;
}
- const int act = _vm->talkingActor();
+ const int act = _vm->getTalkingActor();
if ((_sfxMode & 2) && act != 0) {
Actor *a;
bool b, finished;