diff options
Diffstat (limited to 'src/JSystem/JUtility/JUTResFont.cpp')
| -rw-r--r-- | src/JSystem/JUtility/JUTResFont.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/JSystem/JUtility/JUTResFont.cpp b/src/JSystem/JUtility/JUTResFont.cpp index 71ae0598..979824ce 100644 --- a/src/JSystem/JUtility/JUTResFont.cpp +++ b/src/JSystem/JUtility/JUTResFont.cpp @@ -328,7 +328,7 @@ int JUTResFont::getCellWidth() const { } /* 802C2EDC-802C2F28 .text getCellHeight__10JUTResFontCFv */ -s32 JUTResFont::getCellHeight() const { +int JUTResFont::getCellHeight() const { if (mpGlyphBlocks) { ResFONT::GLY1* glyph = *mpGlyphBlocks; if (glyph) { |
