Skip to content

Commit

Permalink
Update math_util.c
Browse files Browse the repository at this point in the history
  • Loading branch information
MegaMech authored Sep 11, 2024
1 parent a001582 commit e0f33bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/racing/math_util.c
Original file line number Diff line number Diff line change
Expand Up @@ -420,10 +420,10 @@ void func_802B5CAC(s16 arg0, s16 arg1, Vec3f arg2) {
}

void func_802B5D30(s16 arg0, s16 arg1, s32 arg2) {
func_802B5D64((Lights1)0x9000000, arg0, arg1, arg2);
func_802B5D64((Lights1 *)0x9000000, arg0, arg1, arg2);
}

void func_802B5D64(Lights1 addr, s16 arg1, s16 arg2, s32 arg3) {
void func_802B5D64(Lights1 *addr, s16 arg1, s16 arg2, s32 arg3) {
u32 segment = SEGMENT_NUMBER2(addr);
u32 offset = SEGMENT_OFFSET(addr);
UNUSED s32 pad;
Expand Down

0 comments on commit e0f33bb

Please sign in to comment.