diff options
| author | Zach Banks <zjbanks@gmail.com> | 2021-05-18 22:28:04 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-18 22:28:04 -0400 |
| commit | dea3c8fd792d29648697f697f34d3658bf3838cf (patch) | |
| tree | 44343b1d23b9eb7f9fc1598da7a7f804528db204 /src/code/z_bgcheck.c | |
| parent | 7f1465991925a27539a1bd5361331b794772efb2 (diff) | |
Fix all warnings raised by IDO (#152)
* Fix all warnings raised by IDO, ignore trailing commas
* Set -woff=624,...; keep const in printf functions
* Remove redefined macros in irqmgr.c
* Remove DECR macro & reformat
* Address PR comments from AngheloAlf
Diffstat (limited to 'src/code/z_bgcheck.c')
| -rw-r--r-- | src/code/z_bgcheck.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/z_bgcheck.c b/src/code/z_bgcheck.c index 3e72440e5..e877a2689 100644 --- a/src/code/z_bgcheck.c +++ b/src/code/z_bgcheck.c @@ -162,7 +162,7 @@ void BgCheck_CreateVertexFromVec3f(Vec3s* vertex, Vec3f* vector) { #pragma GLOBAL_ASM("./asm/non_matchings/code/z_bgcheck/func_800C40B4.asm") -f32 func_800C411C(CollisionContext* bgCtxt, CollisionPoly* arg1, s32* arg2, Actor* actor, Vec3f* pos) { +f32 func_800C411C(CollisionContext* bgCtxt, CollisionPoly** arg1, s32* arg2, Actor* actor, Vec3f* pos) { return func_800C3D50(0, bgCtxt, 2, arg1, arg2, pos, actor, 28, 1.0f, 0); } |
