diff options
| author | Dragorn421 <Dragorn421@users.noreply.github.com> | 2024-09-27 11:29:19 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-27 11:29:19 +0200 |
| commit | f70e363392a7e5f1d5b0f488b28697e578f1d3d2 (patch) | |
| tree | d35574fecf3d776cf398515fa45c5ddc4a3b2160 /src/code | |
| parent | 2e6637ae43b6333e2976119567859d5f1b163a16 (diff) | |
[headers] z64bgcheck.h functions (#2239)
* [headers] z64bgcheck.h functions
* format
* bss
Diffstat (limited to 'src/code')
| -rw-r--r-- | src/code/z_collision_check.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/code/z_collision_check.c b/src/code/z_collision_check.c index 27629dd82..9e93ce2cd 100644 --- a/src/code/z_collision_check.c +++ b/src/code/z_collision_check.c @@ -2258,7 +2258,6 @@ void CollisionCheck_ATCylVsACQuad(PlayState* play, CollisionCheckContext* colChk #if OOT_DEBUG static s8 sBssDummy0; -static s8 sBssDummy1; #endif void CollisionCheck_ATQuadVsACCyl(PlayState* play, CollisionCheckContext* colChkCtx, Collider* atCol, Collider* acCol) { |
