diff options
| author | Dragorn421 <Dragorn421@users.noreply.github.com> | 2024-09-07 08:29:50 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-07 02:29:50 -0400 |
| commit | 87c304afcb6a7e6d06728d953df182ed43393842 (patch) | |
| tree | 97c002ca27dcd1bcc83251f0089679181a3d7431 /src/code | |
| parent | e7b0daa2ecae9a65dd531a7b9eb40d7171fa279d (diff) | |
[headers 6] collision_check functions and structs (#2148)
* [headers 6] collision_check functions and structs
* 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 b18f3e226..f584641b6 100644 --- a/src/code/z_collision_check.c +++ b/src/code/z_collision_check.c @@ -2318,7 +2318,6 @@ void CollisionCheck_ATQuadVsACCyl(PlayState* play, CollisionCheckContext* colChk static s8 sBssDummy3; static s8 sBssDummy4; static s8 sBssDummy5; -static s8 sBssDummy6; #endif void CollisionCheck_ATTrisVsACTris(PlayState* play, CollisionCheckContext* colChkCtx, Collider* atCol, |
