From 5576060aefbea46c8f3214005e8c791776c03b27 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Tue, 24 May 2016 20:34:10 -0400 Subject: TITANIC: Added TTparser filterConcepts --- engines/titanic/true_talk/tt_parser.h | 1 + 1 file changed, 1 insertion(+) (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 512acbec89..d7e67b2d51 100644 --- a/engines/titanic/true_talk/tt_parser.h +++ b/engines/titanic/true_talk/tt_parser.h @@ -168,6 +168,7 @@ private: int fn2(TTword *word); bool fn3(TTconcept **v, int v2); bool checkConcept2(TTconcept *concept, int conceptMode); + int filterConcepts(int conceptMode, int conceptIndex); public: CScriptHandler *_owner; TTsentenceConcept *_sentenceConcept; -- cgit v1.2.3