diff options
| author | engineer124 <47598039+engineer124@users.noreply.github.com> | 2022-12-18 20:09:13 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-19 02:09:13 +0100 |
| commit | 70bbcebbfed5b3b858e2fe449ca388e4651a0668 (patch) | |
| tree | 4d77143d7f5675ae14fd9c8c2f4451306ab5fbff /include | |
| parent | 2ae64683a5344393670df46ba49e89c0a99ad51c (diff) | |
OnePointCutscene Cleanup (#1467)
* cleanup
* more cleanup
* attention cs
* remove comment
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 dad8a19ec..f99b024e4 100644 --- a/include/z64camera.h +++ b/include/z64camera.h @@ -1275,7 +1275,7 @@ typedef struct { } OnePointCsFull; // size = 0x28 typedef struct { - /* 0x0 */ s32 keyFrameCnt; + /* 0x0 */ s32 keyFrameCount; /* 0x4 */ OnePointCsFull* keyFrames; } OnePointCsInfo; // size = 0x8 |
