summaryrefslogtreecommitdiff
path: root/src/math_util_2.h
diff options
context:
space:
mode:
authorMegaMech <7255464+MegaMech@users.noreply.github.com>2025-01-05 12:37:56 -0700
committerMegaMech <7255464+MegaMech@users.noreply.github.com>2025-01-05 12:37:56 -0700
commita24ae0e548b57ef6edbab2985095921138cb8a07 (patch)
tree11645bf4b358ed6c70179309e03444ce17fce222 /src/math_util_2.h
parente993944089e1aa8d967568a84107aa4b9c727228 (diff)
rename as per review
Diffstat (limited to 'src/math_util_2.h')
-rw-r--r--src/math_util_2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math_util_2.h b/src/math_util_2.h
index 842e417bd..a62c9697b 100644
--- a/src/math_util_2.h
+++ b/src/math_util_2.h
@@ -70,7 +70,7 @@ void func_80041D24(void);
void func_80041D34(void);
void set_matrix_hud_screen(void);
void func_80042330(s32, s32, u16, f32);
-void func_80042330_default(s32 x, s32 y, u16 angle, f32 scale);
+void func_80042330_unchanged(s32 x, s32 y, u16 angle, f32 scale);
void func_80042330_portrait(s32, s32, u16, f32, s16);
void func_80042330_wide(s32, s32, u16, f32);
void mtxf_set_matrix_transformation(Mat4, Vec3f, Vec3su, f32);