From 927f53368b52f6340d7e1ba467655a5d659b9522 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 28 Jan 2017 09:22:26 -0500 Subject: TITANIC: Properly handle uppercase and 's when normalizing conv text --- 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 5fd997a985..458a719e1f 100644 --- a/engines/titanic/true_talk/tt_parser.h +++ b/engines/titanic/true_talk/tt_parser.h @@ -95,7 +95,7 @@ private: * Submethod called by normalize to handle expanding contacted word pairs * like can't, should've, and so on. */ - bool normalizeContraction(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