From c762308bff46ccb900fa68fc40e72e235c862d89 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Tue, 17 May 2016 22:36:33 -0400 Subject: TITANIC: Implement TTsentence copy --- engines/titanic/true_talk/tt_sentence.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'engines/titanic/true_talk/tt_sentence.h') diff --git a/engines/titanic/true_talk/tt_sentence.h b/engines/titanic/true_talk/tt_sentence.h index 784177dd3a..4980f2439c 100644 --- a/engines/titanic/true_talk/tt_sentence.h +++ b/engines/titanic/true_talk/tt_sentence.h @@ -25,6 +25,7 @@ #include "titanic/true_talk/tt_npc_script.h" #include "titanic/true_talk/tt_room_script.h" +#include "titanic/true_talk/tt_sentence_node.h" #include "titanic/true_talk/tt_string.h" namespace Titanic { @@ -59,7 +60,7 @@ private: int _inputCtr; int _field34; int _field38; - int _field4C; + TTsentenceNode *_nodesP; TTroomScript *_roomScript; TTnpcScript *_npcScript; int _field58; @@ -79,6 +80,8 @@ public: TTsentence(const TTsentence *src); void set38(int v); + + int getStatus() const { return _status; } }; } // End of namespace Titanic -- cgit v1.2.3