From 70bbcebbfed5b3b858e2fe449ca388e4651a0668 Mon Sep 17 00:00:00 2001 From: engineer124 <47598039+engineer124@users.noreply.github.com> Date: Sun, 18 Dec 2022 20:09:13 -0500 Subject: OnePointCutscene Cleanup (#1467) * cleanup * more cleanup * attention cs * remove comment --- include/z64camera.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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 -- cgit v1.2.3