mirror of
https://github.com/n64decomp/mk64
synced 2026-08-17 12:59:29 -04:00
clang format (#680)
Co-authored-by: MegaMech <7255464+MegaMech@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
bf9f8e37c8
commit
e6bdbec61e
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user