summaryrefslogtreecommitdiff
path: root/src/code/sys_math3d.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/code/sys_math3d.c')
-rw-r--r--src/code/sys_math3d.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/code/sys_math3d.c b/src/code/sys_math3d.c
index 3e50249b1..a3b8ca2d6 100644
--- a/src/code/sys_math3d.c
+++ b/src/code/sys_math3d.c
@@ -1,6 +1,10 @@
#include "global.h"
#include "terminal.h"
+// For retail BSS ordering, the block number of cbf in Math3D_CylVsCylOverlapCenterDist
+// must be 0.
+#pragma increment_block_number 190
+
s32 Math3D_LineVsLineClosestTwoPoints(Vec3f* lineAPointA, Vec3f* lineAPointB, Vec3f* lineBPointA, Vec3f* lineBPointB,
Vec3f* lineAClosestToB, Vec3f* lineBClosestToA);
s32 Math3D_TriLineIntersect(Vec3f* v0, Vec3f* v1, Vec3f* v2, f32 nx, f32 ny, f32 nz, f32 originDist, Vec3f* linePointA,