mirror of
https://github.com/zeldaret/oot
synced 2026-08-21 22:40:55 -04:00
Fix a few warnings (#998)
* Fix some warnings * Revert warning fixes in audio code
This commit is contained in:
@@ -981,8 +981,8 @@ void EnIn_PostLimbDraw(GlobalContext* globalCtx, s32 limbIndex, Gfx** dList, Vec
|
||||
}
|
||||
|
||||
void EnIn_Draw(Actor* thisx, GlobalContext* globalCtx) {
|
||||
static UNK_TYPE* D_80A7B9B4[] = { object_in_Tex_003590, object_in_Tex_0047D0, object_in_Tex_004BD0,
|
||||
object_in_Tex_004390 };
|
||||
static void* D_80A7B9B4[] = { object_in_Tex_003590, object_in_Tex_0047D0, object_in_Tex_004BD0,
|
||||
object_in_Tex_004390 };
|
||||
EnIn* this = THIS;
|
||||
|
||||
OPEN_DISPS(globalCtx->state.gfxCtx, "../z_en_in.c", 2384);
|
||||
|
||||
Reference in New Issue
Block a user