Skip to content

Commit

Permalink
TITANIC: Start end credits at bottom of screen, not the top
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed Aug 20, 2017
1 parent a21e8b9 commit a62d163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/titanic/support/credit_text.cpp
Expand Up @@ -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) {
Expand Down

0 comments on commit a62d163

Please sign in to comment.