diff options
| author | cadmic <cadmic24@gmail.com> | 2024-06-25 15:48:24 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-25 18:48:24 -0400 |
| commit | 24571203df84c3294c8410260160cd5a3e9cfa68 (patch) | |
| tree | a4a3f1186289c7235c907d6cf1eca20bb1120bd8 /src/code/sys_math3d.c | |
| parent | a599d7d54819d5644cbc5f19a29d8a6da37e4d8a (diff) | |
Remove global.h from z_fishing (#1977)
Diffstat (limited to 'src/code/sys_math3d.c')
| -rw-r--r-- | src/code/sys_math3d.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/sys_math3d.c b/src/code/sys_math3d.c index 08578e8fd..bb86036ad 100644 --- a/src/code/sys_math3d.c +++ b/src/code/sys_math3d.c @@ -7,7 +7,7 @@ // For retail BSS ordering, the block number of cbf in Math3D_CylVsCylOverlapCenterDist // must be 0. -#pragma increment_block_number 111 +#pragma increment_block_number 108 s32 Math3D_LineVsLineClosestTwoPoints(Vec3f* lineAPointA, Vec3f* lineAPointB, Vec3f* lineBPointA, Vec3f* lineBPointB, Vec3f* lineAClosestToB, Vec3f* lineBClosestToA); |
