aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/npcs/deskbot.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/deskbot.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/deskbot.cpp')
-rw-r--r--engines/titanic/npcs/deskbot.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/npcs/deskbot.cpp b/engines/titanic/npcs/deskbot.cpp
index daa2e55fa1..baf5db5fee 100644
--- a/engines/titanic/npcs/deskbot.cpp
+++ b/engines/titanic/npcs/deskbot.cpp
@@ -145,7 +145,7 @@ bool CDeskbot::MovieEndMsg(CMovieEndMsg *msg) {
if (_npcFlags & NPCFLAG_20000) {
_npcFlags &= ~(NPCFLAG_40000 | NPCFLAG_20000);
- endTalking(this, 1, findView());
+ setTalking(this, true, findView());
_npcFlags |= NPCFLAG_START_IDLING;
flag = true;