From 4e84f00a25cd66f43d16af55d5772075779fd23f Mon Sep 17 00:00:00 2001 From: coco875 <59367621+coco875@users.noreply.github.com> Date: Fri, 15 Dec 2023 09:16:24 +0100 Subject: Rename Functions For Calculating Distance (#500) * Rename functions for calculating an objects distance to player/camera --- include/objects.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/objects.h b/include/objects.h index a4b4c4836..328c52841 100644 --- a/include/objects.h +++ b/include/objects.h @@ -55,7 +55,7 @@ typedef struct /* 0xBE */ Vec3su unk_0BE; /* 0xC4 */ u16 unk_0C4; /* 0xC6 */ u16 unk_0C6; - /* 0xC8 */ u16 unk_0C8; + /* 0xC8 */ u16 boundingBoxSize; /* 0xCA */ s8 unk_0CA; /* 0xCB */ s8 unk_0CB; /* 0xCC */ s8 unk_0CC; -- cgit v1.2.3