[Scummvm-git-logs] scummvm master -> a62d1632b5de8f02e45b2c3a9f04eb87e7bfff50

dreammaster dreammaster at scummvm.org
Sun Aug 20 03:58:51 CEST 2017


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
a62d1632b5 TITANIC: Start end credits at bottom of screen, not the top


Commit: a62d1632b5de8f02e45b2c3a9f04eb87e7bfff50
    https://github.com/scummvm/scummvm/commit/a62d1632b5de8f02e45b2c3a9f04eb87e7bfff50
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2017-08-19T21:58:43-04:00

Commit Message:
TITANIC: Start end credits at bottom of screen, not the top

Changed paths:
    engines/titanic/support/credit_text.cpp


diff --git a/engines/titanic/support/credit_text.cpp b/engines/titanic/support/credit_text.cpp
index 98c3d9b..6ee17a2 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) {





More information about the Scummvm-git-logs mailing list