aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/npcs/succubus.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/succubus.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/succubus.cpp')
-rw-r--r--engines/titanic/npcs/succubus.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/npcs/succubus.cpp b/engines/titanic/npcs/succubus.cpp
index 6db8c8d798..bdde682c03 100644
--- a/engines/titanic/npcs/succubus.cpp
+++ b/engines/titanic/npcs/succubus.cpp
@@ -671,7 +671,7 @@ bool CSuccUBus::TurnOn(CTurnOn *msg) {
CSUBTransition transMsg;
transMsg.execute(this);
- endTalking(this, true, findView());
+ setTalking(this, true, findView());
petSetArea(PET_REMOTE);
petHighlightGlyph(16);
}