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

CRasterFont fixes

This commit is contained in:
2016-03-17 19:22:19 -07:00
parent becd55a9d2
commit c0afcc2a22
3 changed files with 10 additions and 6 deletions

View File

@@ -88,7 +88,7 @@ class CFontInfo
bool x1_ = false;
s32 x4_ = 0;
s32 x8_fontSize = 0;
char* xc_name = 0;
char xc_name[40];
public:
CFontInfo() = default;
@@ -109,7 +109,7 @@ class CRasterFont
s32 x28_lineMargin = 0;
s32 x2c_mode = 0;
CFontInfo x30_fontInfo;
TToken<CTexture> x80_texture;
TLockedToken<CTexture> x80_texture;
bool x88_ = false;
s32 x8c_baseline;
s32 x90_lineMargin = 0;