src/core1/ml.c: more consistent function names
This commit is contained in:
@@ -212,7 +212,7 @@ void func_8031CE70(f32 *arg0, enum map_e arg1, s32 arg2) {
|
||||
if (phi_s0->unk8 == 0x186) {
|
||||
phi_f2 = 1000.0f;
|
||||
}
|
||||
if (ml_distance_vec3f(arg0, sp38) < phi_f2) {
|
||||
if (ml_vec3f_distance(arg0, sp38) < phi_f2) {
|
||||
if (phi_s0->unk8 == 0x184) {
|
||||
ncDynamicCamera_setUpdateEnabled(0);
|
||||
func_8031CB50(arg1, arg2, 1);
|
||||
|
Reference in New Issue
Block a user