diff options
| author | Julgodis <> | 2021-09-25 17:52:47 +0200 |
|---|---|---|
| committer | Julgodis <> | 2021-09-26 03:38:03 +0200 |
| commit | 35631bf4ffa568ef78418d1c712fa334289f1805 (patch) | |
| tree | f849a68c5071e01e164f96710b092ea9520bd4cc /include | |
| parent | a998dca498c6124356110993a1db833b4dd9b8d4 (diff) | |
NONMATCHING drawChar__14JUTDirectPrintFiii
Diffstat (limited to 'include')
| -rw-r--r-- | include/JSystem/JUtility/JUTDirectPrint.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/JSystem/JUtility/JUTDirectPrint.h b/include/JSystem/JUtility/JUTDirectPrint.h index 0ea7934a42..7f103ec9b0 100644 --- a/include/JSystem/JUtility/JUTDirectPrint.h +++ b/include/JSystem/JUtility/JUTDirectPrint.h @@ -22,8 +22,8 @@ public: /* 802E4798 */ void setCharColor(JUtility::TColor); static u8 sAsciiTable[128]; - static void* sFontData[64]; - static void* sFontData2[77]; + static u32 sFontData[64]; + static u32 sFontData2[77]; static JUTDirectPrint* sDirectPrint; static u8 sDirectPrint_padding[4 /* padding */]; |
