src/core1/ml.c: more consistent function names
This commit is contained in:
@@ -217,7 +217,7 @@ f32 func_802BBEA4(f32 arg0[3], f32 arg1[3], f32 arg2, s32 arg3, s32 arg4) {
|
||||
ml_vec3f_copy(sp4C, sp58[D_8037D8D0.unk30]);
|
||||
sp38 = func_80320B98(arg0, sp4C, sp3C, arg4);
|
||||
if (sp38 != NULL) {
|
||||
phi_f2 = ml_distance_vec3f(arg0, sp4C);
|
||||
phi_f2 = ml_vec3f_distance(arg0, sp4C);
|
||||
D_8037D8D0.unk0[D_8037D8D0.unk30] = sp38->flags;
|
||||
} else {
|
||||
phi_f2 = arg2;
|
||||
|
Reference in New Issue
Block a user