From 6d2f65c97fd4cd23efd3e6e5e0087bf167744d89 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 22 May 2016 07:57:36 -0400 Subject: TITANIC: New TTconcept constructor and copy methods --- engines/titanic/true_talk/tt_parser.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'engines/titanic/true_talk/tt_parser.h') diff --git a/engines/titanic/true_talk/tt_parser.h b/engines/titanic/true_talk/tt_parser.h index b73dd7655d..84fa1aaa20 100644 --- a/engines/titanic/true_talk/tt_parser.h +++ b/engines/titanic/true_talk/tt_parser.h @@ -73,6 +73,7 @@ private: NumberArray _numbers; TTparserNode *_nodesP; TTconcept *_conceptP; + TTconcept *_currentConceptP; private: /** * Loads the various replacement string data arrays @@ -173,6 +174,11 @@ public: int preprocess(TTsentence *sentence); int findFrames(TTsentence *sentence); + + /** + * Called when a concept is copied from one to another + */ + void conceptChanged(TTconcept *newConcept, TTconcept *oldConcept); }; } // End of namespace Titanic -- cgit v1.2.3