From 1da409ca9891a46bed2a61fc07946165c670c4e6 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 14 May 2016 15:58:00 -0400 Subject: TITANIC: Rename stub method to normalizeContraction --- engines/titanic/true_talk/tt_parser.h | 5 +++-- 1 file changed, 3 insertions(+), 2 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 d05835dd4c..3e31257c9d 100644 --- a/engines/titanic/true_talk/tt_parser.h +++ b/engines/titanic/true_talk/tt_parser.h @@ -38,9 +38,10 @@ private: int normalize(TTinput *input); /** - * Submethod called by normalize to handle text following single quote chracters + * Submethod called by normalize to handle expanding contacted word pairs + * like can't, should've, and so on. */ - bool normalizeQuotedString(const TTstring &srcLine, int srcIndex, TTstring &destLine); + bool normalizeContraction(const TTstring &srcLine, int srcIndex, TTstring &destLine); /** * Checks for what is likely special developer cheat codes -- cgit v1.2.3