From 9ee88138817c4992c2fced6fc79cb9f99c105f7c Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 28 Aug 2016 20:20:27 -0400 Subject: TITANIC: Fix warnings in CCreditText --- engines/titanic/support/credit_text.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'engines/titanic/support/credit_text.cpp') diff --git a/engines/titanic/support/credit_text.cpp b/engines/titanic/support/credit_text.cpp index 0e9715aaa6..24035d1f6d 100644 --- a/engines/titanic/support/credit_text.cpp +++ b/engines/titanic/support/credit_text.cpp @@ -87,8 +87,11 @@ void CCreditText::setup() { } _groups.push_back(group); + if (hasDots) + handleDots(group); } + _screenManagerP->setFontNumber(oldFontNumber); _groupIt = _groups.begin(); _lineIt = (*_groupIt)->_lines.begin(); _totalHeight = _objectP->getBounds().height() + _fontHeight * 2; -- cgit v1.2.3