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

Finalize CRasterFont reimp

This commit is contained in:
2016-03-17 13:21:08 -07:00
parent 79d90f46d3
commit 2528a366f3
2 changed files with 9 additions and 7 deletions

View File

@@ -18,7 +18,7 @@ CRasterFont::CRasterFont(urde::CInputStream& in, urde::IObjectStore& store)
x8c_baseline = x8_monoHeight;
if (version >= 2)
x90_ = in.readUint32Big();
x90_lineMargin = in.readUint32Big();
bool tmp1 = in.readBool();
bool tmp2 = in.readBool();