aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/npcs/bellbot.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2016-11-02 20:03:28 -0400
committerPaul Gilbert2016-11-02 20:03:28 -0400
commita2af8fb051f3549c83ca3740cdb1702f91ca7d0f (patch)
treeab319d68e8324b403f5563936e1ca7f28e516beb /engines/titanic/npcs/bellbot.cpp
parentaa0836816d04812838654f563f7c29cb8efb7041 (diff)
downloadscummvm-rg350-a2af8fb051f3549c83ca3740cdb1702f91ca7d0f.tar.gz
scummvm-rg350-a2af8fb051f3549c83ca3740cdb1702f91ca7d0f.tar.bz2
scummvm-rg350-a2af8fb051f3549c83ca3740cdb1702f91ca7d0f.zip
TITANIC: Change endTalking to setTalking
Diffstat (limited to 'engines/titanic/npcs/bellbot.cpp')
-rw-r--r--engines/titanic/npcs/bellbot.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/npcs/bellbot.cpp b/engines/titanic/npcs/bellbot.cpp
index 9f6f152c6d..25fa7eb3ea 100644
--- a/engines/titanic/npcs/bellbot.cpp
+++ b/engines/titanic/npcs/bellbot.cpp
@@ -119,7 +119,7 @@ bool CBellBot::MovieEndMsg(CMovieEndMsg *msg) {
_npcFlags &= ~NPCFLAG_40000;
}
- endTalking(this, true);
+ setTalking(this, true);
petSetArea(PET_CONVERSATION);
} else if (clipExistsByEnd("Walk Off", msg->_endFrame)) {
CPutBotBackInHisBoxMsg boxMsg;