Add COMPARE and NON_MATCHING build options (#275)

* Add COMPARE and NON_MATCHING build options

* Add a -m/--make option to first_diff.py

* Minor comment update
This commit is contained in:
Roman971
2020-07-19 21:42:05 +02:00
committed by GitHub
parent 15038468ac
commit 3d36fe510f
3 changed files with 28 additions and 4 deletions
+1 -1
View File
@@ -1636,7 +1636,7 @@ s32 func_800C05E4(GlobalContext* globalCtx, s16 camId, Vec3f* arg2, Vec3f* arg3,
ret *= 2;
ret |= Camera_SetParam(camera, 4, arg4);
camera->dist = func_800CB678(arg2, arg3);
camera->dist = Math3D_Vec3f_DistXYZ(arg2, arg3);
player = camera->player;
if (player != NULL) {