From 5da19b674d3b9d24517a266e369728f3b5c2957a Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Tue, 17 May 2016 17:54:59 -0400 Subject: TITANIC: Changed TTinput to TTsentence to match original --- engines/titanic/true_talk/tt_parser.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (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 4dbc4d4c48..da63336783 100644 --- a/engines/titanic/true_talk/tt_parser.h +++ b/engines/titanic/true_talk/tt_parser.h @@ -23,7 +23,7 @@ #ifndef TITANIC_TT_PARSER_H #define TITANIC_TT_PARSER_H -#include "titanic/true_talk/tt_input.h" +#include "titanic/true_talk/tt_sentence.h" #include "titanic/true_talk/tt_string.h" namespace Titanic { @@ -60,7 +60,7 @@ private: * Normalizes a passed input, taking care of things like removing extra * spaces and lowercasing everything */ - int normalize(TTinput *input); + int normalize(TTsentence *sentence); /** * Submethod called by normalize to handle expanding contacted word pairs @@ -115,7 +115,7 @@ private: public: CScriptHandler *_owner; int _field4; - TTinput *_input; + TTsentence *_sentence; int _fieldC; int _field10; int _field14; @@ -127,7 +127,7 @@ public: * Preprocesses the passed input text, to handle things like lowercasing * all the words, and replcaing common slang with their full equivalents */ - int preprocess(TTinput *input); + int preprocess(TTsentence *sentence); }; } // End of namespace Titanic -- cgit v1.2.3