From a62d1632b5de8f02e45b2c3a9f04eb87e7bfff50 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 19 Aug 2017 21:58:43 -0400 Subject: TITANIC: Start end credits at bottom of screen, not the top --- engines/titanic/support/credit_text.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/titanic/support') diff --git a/engines/titanic/support/credit_text.cpp b/engines/titanic/support/credit_text.cpp index 98c3d9bf1d..6ee17a2b95 100644 --- a/engines/titanic/support/credit_text.cpp +++ b/engines/titanic/support/credit_text.cpp @@ -96,7 +96,7 @@ void CCreditText::setup() { _screenManagerP->setFontNumber(oldFontNumber); _groupIt = _groups.begin(); _lineIt = (*_groupIt)->_lines.begin(); - _yOffset = _objectP->getBounds().height() + _fontHeight * 2; + _yOffset = _objectP->_bounds.height() + _fontHeight * 2; } CString CCreditText::readLine(Common::SeekableReadStream *stream) { -- cgit v1.2.3