aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v5.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/script_v5.cpp')
-rw-r--r--scumm/script_v5.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v5.cpp b/scumm/script_v5.cpp
index 2f294568c2..acb95c9dcc 100644
--- a/scumm/script_v5.cpp
+++ b/scumm/script_v5.cpp
@@ -1649,7 +1649,7 @@ void ScummEngine_v5::o5_putActorInRoom() {
a = derefActor(act, "o5_putActorInRoom");
if (a->visible && _currentRoom != room && talkingActor() == a->number) {
- clearMsgQueue();
+ stopTalk();
}
a->room = room;
if (!room)