diff options
| author | engineer124 <47598039+engineer124@users.noreply.github.com> | 2023-10-22 02:35:23 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-21 12:35:23 -0300 |
| commit | cbca59d49eb580a4eb0b59f63e62f7e60c35185e (patch) | |
| tree | 3ff8335ce0b300c3033a3d51417a72daf93d11d8 /include | |
| parent | 2dc405b6af0cc700b7f3086aabb424bbdf98822d (diff) | |
Match `Camera_KeepOn1` (#1447)
* Match Camera_KeepOn1
* small cleanup
Diffstat (limited to 'include')
| -rw-r--r-- | include/z64camera.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/z64camera.h b/include/z64camera.h index ccdee8811..ad88a7670 100644 --- a/include/z64camera.h +++ b/include/z64camera.h @@ -859,7 +859,7 @@ typedef struct { { data11, CAM_DATA_11 } typedef struct { - /* 0x00 */ f32 unk_00; + /* 0x00 */ f32 yOffset; /* 0x04 */ f32 unk_04; /* 0x08 */ f32 unk_08; /* 0x0C */ f32 unk_0C; |
