2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 00:27:42 +00:00

CGuiTextSupport declarations

This commit is contained in:
Jack Andersen
2016-03-17 17:35:16 -10:00
parent a5e3440866
commit ad577754c4
3 changed files with 51 additions and 23 deletions

View File

@@ -25,7 +25,7 @@ CGuiTextPane* CGuiTextPane::Create(CGuiFrame* frame, CInputStream& in, bool flag
bool e = in.readBool();
EJustification justification = EJustification(in.readUint32Big());
EVerticalJustification vJustification = EVerticalJustification(in.readUint32Big());
CGuiTextProperties props(d, e, 0, justification, vJustification);
CGuiTextProperties props(d, e, false, justification, vJustification);
zeus::CColor col1;
col1.readRGBABig(in);
zeus::CColor col2;