summaryrefslogtreecommitdiff
path: root/src/math_util_2.c
diff options
context:
space:
mode:
authorMegaMech <MegaMech@users.noreply.github.com>2026-09-16 09:01:55 -0600
committerGitHub <noreply@github.com>2026-09-16 09:01:55 -0600
commit60ac50c9628d25968bfe367e1b4b6f030078be64 (patch)
treee03a0d825cfe443adcf076cb643c20692151f431 /src/math_util_2.c
parent7adfdaa9abb18d76ae80f26bff58c2c4dc4f3f29 (diff)
parent8fb42e50d70356300050048b57def3123e6d4552 (diff)
Merge branch 'main' into Caladius-patch-1Caladius-patch-1
Diffstat (limited to 'src/math_util_2.c')
-rw-r--r--src/math_util_2.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/math_util_2.c b/src/math_util_2.c
index df635ba85..86fabc012 100644
--- a/src/math_util_2.c
+++ b/src/math_util_2.c
@@ -17,8 +17,6 @@
#include "engine/Matrix.h"
#include "port/interpolation/FrameInterpolation.h"
-#pragma intrinsic(sqrtf)
-
Mat4 sInterpolationMatrixStack[0x1000];
Mat4* gInterpolationMatrix = &sInterpolationMatrixStack[0];
@@ -718,7 +716,7 @@ void func_80042330_unchanged(s32 x, s32 y, u16 angle, f32 scale) {
}
// Allows a different way of lining up the portraits at the end of race sequence
-void func_80042330_portrait(s32 x, s32 y, u16 angle, f32 scale, s16 lapCount) {
+void func_80042330_portrait(s32 x, s32 y, u16 angle, f32 scale, UNUSED s16 lapCount) {
Mat4 matrix;
// printf("panel %d %d %d\n", x, (s32)OTRGetDimensionFromLeftEdge(x), (s32)OTRGetDimensionFromLeftEdge(0));