TITANIC: Fix setting display bounds for end credit text

This commit is contained in:
Paul Gilbert 2017-02-22 22:37:44 -05:00
parent da30e1a0f5
commit 59190f735d

View File

@ -40,6 +40,7 @@ void CCreditText::load(CGameObject *obj, CScreenManager *screenManager,
const Rect &rect) {
_objectP = obj;
_screenManagerP = screenManager;
_rect = rect;
setup();