mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-14 03:44:34 +00:00
Use long
over int
for s32/u32 types (#1546)
* long s32 * Suggested changes
This commit is contained in:
parent
b3486b57ef
commit
a20163c6ab
21 changed files with 66 additions and 62 deletions
|
@ -37,7 +37,7 @@ void Font_LoadOrderedFont(Font* font) {
|
|||
s32 jj;
|
||||
s32 codePointIndex;
|
||||
s32 fontBufIndex;
|
||||
size_t offset;
|
||||
u32 offset;
|
||||
|
||||
font->msgOffset = _message_0xFFFC_nes - (const char*)_nes_message_data_staticSegmentStart;
|
||||
len = font->msgLength = _message_0xFFFD_nes - _message_0xFFFC_nes;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue