aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v6.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/script_v6.cpp')
-rw-r--r--scumm/script_v6.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v6.cpp b/scumm/script_v6.cpp
index 4dc25063fc..454fdd2934 100644
--- a/scumm/script_v6.cpp
+++ b/scumm/script_v6.cpp
@@ -1162,7 +1162,7 @@ void ScummEngine_v6::o6_putActorAtXY() {
room = a->room;
} else {
if (a->visible && _currentRoom != room && talkingActor() == a->number) {
- clearMsgQueue();
+ stopTalk();
}
if (room != 0)
a->room = room;