From a97dd2cda9a3352d74b66e1c317fa3aa2369ffe7 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Fri, 29 Jul 2016 22:41:12 -0400 Subject: TITANIC: Handle NPC getDialsBitset methods --- engines/titanic/true_talk/deskbot_script.h | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'engines/titanic/true_talk/deskbot_script.h') diff --git a/engines/titanic/true_talk/deskbot_script.h b/engines/titanic/true_talk/deskbot_script.h index 2991e06636..7a09c28d76 100644 --- a/engines/titanic/true_talk/deskbot_script.h +++ b/engines/titanic/true_talk/deskbot_script.h @@ -89,8 +89,16 @@ public: */ virtual int preResponse(uint id); - virtual int proc23() const; + /** + * Returns a bitset of the first three dialgs being on or not + */ + virtual uint getDialsBitset() const; + + /** + * Process a sentence fragment entry + */ virtual int doSentenceEntry(int val1, const int *srcIdP, TTroomScript *roomScript, TTsentence *sentence); + virtual int proc36(int val) const; /** -- cgit v1.2.3