From e58dad8bb6f50c160de4465551abbe877b673360 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Thu, 3 Nov 2016 23:04:58 -0400 Subject: TITANIC: Parser fixes for using unrecognised words --- engines/titanic/support/font.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/titanic/support/font.cpp') diff --git a/engines/titanic/support/font.cpp b/engines/titanic/support/font.cpp index 7bcac9ba08..b91a7ec728 100644 --- a/engines/titanic/support/font.cpp +++ b/engines/titanic/support/font.cpp @@ -90,7 +90,7 @@ int STFont::getTextBounds(const CString &str, int maxWidth, Point *sizeOut) cons strP += 4; } else { if (*strP == ' ') { - // Check fo rline wrapping + // Check for line wrapping checkLineWrap(textSize, maxWidth, strP); } -- cgit v1.2.3