aboutsummaryrefslogtreecommitdiff
path: root/scumm/actor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/actor.cpp')
-rw-r--r--scumm/actor.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/scumm/actor.cpp b/scumm/actor.cpp
index 4da2d37b84..c583a04771 100644
--- a/scumm/actor.cpp
+++ b/scumm/actor.cpp
@@ -568,7 +568,7 @@ void Actor::setDirection(int direction) {
void Actor::putActor(int dstX, int dstY, byte newRoom) {
if (visible && _vm->_currentRoom != newRoom && _vm->talkingActor() == number) {
- _vm->clearMsgQueue();
+ _vm->stopTalk();
}
// HACK: The green transparency of the tank in the Hall of Oddities is
@@ -1224,10 +1224,6 @@ void ScummEngine::stopTalk() {
_charset->restoreCharsetBg();
}
-void ScummEngine::clearMsgQueue() {
- stopTalk();
-}
-
void Actor::setActorCostume(int c) {
int i;