diff options
| author | coco875 <59367621+coco875@users.noreply.github.com> | 2023-12-15 09:16:24 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-15 01:16:24 -0700 |
| commit | 4e84f00a25cd66f43d16af55d5772075779fd23f (patch) | |
| tree | 7fa21457cba6aa9f4b3b9b36b4f3faa8a91e76f4 /include | |
| parent | f4658efbbaef30f88c7f041899a4236bc227c1af (diff) | |
Rename Functions For Calculating Distance (#500)
* Rename functions for calculating an objects distance to player/camera
Diffstat (limited to 'include')
| -rw-r--r-- | include/objects.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
