From 986ab4b0d18e708fb74b9228bb7b21fd3695035d Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Wed, 25 May 2016 21:00:36 -0400 Subject: TITANIC: Added TTsentence fn2 method --- engines/titanic/true_talk/tt_parser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 c8432c2fe9..5d431114ec 100644 --- a/engines/titanic/true_talk/tt_parser.h +++ b/engines/titanic/true_talk/tt_parser.h @@ -164,7 +164,7 @@ private: */ void removeConcept(TTconcept *concept); - int fn1(); + int checkForAction(); int fn2(TTword *word); bool checkConcept2(TTconcept *concept, int conceptMode); int filterConcepts(int conceptMode, int conceptIndex); -- cgit v1.2.3