[Scummvm-git-logs] scummvm master -> 9ee88138817c4992c2fced6fc79cb9f99c105f7c
dreammaster
dreammaster at scummvm.org
Mon Aug 29 02:20:35 CEST 2016
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:
9ee8813881 TITANIC: Fix warnings in CCreditText
Commit: 9ee88138817c4992c2fced6fc79cb9f99c105f7c
https://github.com/scummvm/scummvm/commit/9ee88138817c4992c2fced6fc79cb9f99c105f7c
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2016-08-28T20:20:27-04:00
Commit Message:
TITANIC: Fix warnings in CCreditText
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 0e9715a..24035d1 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;
More information about the Scummvm-git-logs
mailing list