diff options
Diffstat (limited to 'src/code/z_message.c')
| -rw-r--r-- | src/code/z_message.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/code/z_message.c b/src/code/z_message.c index 41b849825..a2c275b8e 100644 --- a/src/code/z_message.c +++ b/src/code/z_message.c @@ -4129,6 +4129,8 @@ void Message_Update(PlayState* play) { }; #if OOT_VERSION < GC_US static s32 sUnknown = 0; +#elif PLATFORM_IQUE + static u16 sUnknown = 0; #endif static char D_80153D74 = 0; MessageContext* msgCtx = &play->msgCtx; |
