Fix a few warnings (#998)

* Fix some warnings

* Revert warning fixes in audio code
This commit is contained in:
Dragorn421
2021-10-11 22:16:43 +02:00
committed by GitHub
parent a6554b4f84
commit ed487b4bb8
4 changed files with 6 additions and 4 deletions
+2 -2
View File
@@ -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);