mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-03 06:24:30 +00:00
Fix a few warnings (#998)
* Fix some warnings * Revert warning fixes in audio code
This commit is contained in:
parent
a6554b4f84
commit
ed487b4bb8
4 changed files with 6 additions and 4 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue