summaryrefslogtreecommitdiff
path: root/src/code/sys_math3d.c
diff options
context:
space:
mode:
authorcadmic <cadmic24@gmail.com>2024-11-12 14:39:08 -0800
committerGitHub <noreply@github.com>2024-11-12 17:39:08 -0500
commit8ce69c3ac961c35227ad4e156c9655cc80d6f3a8 (patch)
treed26416f01c159ee8b86cf0688d66bc5ebf70c64a /src/code/sys_math3d.c
parenta04912a017ee46d25f349ede2638ac25ee32a3c4 (diff)
Completely match ntsc-1.0/1.1 bss and add to CI (#2294)
Diffstat (limited to 'src/code/sys_math3d.c')
-rw-r--r--src/code/sys_math3d.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/sys_math3d.c b/src/code/sys_math3d.c
index d1db06253..9cf75240c 100644
--- a/src/code/sys_math3d.c
+++ b/src/code/sys_math3d.c
@@ -6,7 +6,7 @@
#include "sys_math3d.h"
#pragma increment_block_number "gc-eu:103 gc-eu-mq:103 gc-jp:103 gc-jp-ce:103 gc-jp-mq:103 gc-us:103 gc-us-mq:103" \
- "ntsc-1.2:79 pal-1.0:80 pal-1.1:80"
+ "ntsc-1.0:80 ntsc-1.1:80 ntsc-1.2:79 pal-1.0:80 pal-1.1:80"
s32 Math3D_LineVsLineClosestTwoPoints(Vec3f* lineAPointA, Vec3f* lineAPointB, Vec3f* lineBPointA, Vec3f* lineBPointB,
Vec3f* lineAClosestToB, Vec3f* lineBClosestToA);