aboutsummaryrefslogtreecommitdiff
path: root/actor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'actor.cpp')
-rw-r--r--actor.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/actor.cpp b/actor.cpp
index 95e2fe3bfe..254d8effaf 100644
--- a/actor.cpp
+++ b/actor.cpp
@@ -738,7 +738,7 @@ void Scumm::stopTalk()
{
int act;
- stopTalkSound();
+ _sound->stopTalkSound();
_haveMsg = 0;
_talkDelay = 0;
@@ -787,7 +787,7 @@ void Scumm::playActorSounds()
a = derefActor(i);
if (a->cost.animCounter2 && a->isInCurrentRoom() && a->sound) {
_currentScript = 0xFF;
- addSoundToQueue(a->sound[0]);
+ _sound->addSoundToQueue(a->sound[0]);
for (i = 1; i < NUM_ACTORS; i++) {
a = derefActor(i);
a->cost.animCounter2 = 0;