aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v6.cpp
diff options
context:
space:
mode:
authorMax Horn2004-03-15 03:24:29 +0000
committerMax Horn2004-03-15 03:24:29 +0000
commitac11c6231259439b22f886d52cf45e5225c44be9 (patch)
tree4057f087e6a7db6c90c66ea4f83c8e445fda1323 /scumm/script_v6.cpp
parente1b25fb7218fd18952cd07102818674c5f37c27d (diff)
downloadscummvm-rg350-ac11c6231259439b22f886d52cf45e5225c44be9.tar.gz
scummvm-rg350-ac11c6231259439b22f886d52cf45e5225c44be9.tar.bz2
scummvm-rg350-ac11c6231259439b22f886d52cf45e5225c44be9.zip
clearMsgQueue now just is a synonym for stopTalk -> remove it
svn-id: r13300
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;