From 239a172114b891fffe7af21777dc5313f0de9441 Mon Sep 17 00:00:00 2001 From: Yanis42 <35189056+Yanis42@users.noreply.github.com> Date: Fri, 15 Sep 2023 00:41:10 +0200 Subject: [PATCH] remove the extra ``CS_CMD_STOP`` (#1535) --- src/code/code_800BB0A0.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/code/code_800BB0A0.c b/src/code/code_800BB0A0.c index e525a00694..421f9a2809 100644 --- a/src/code/code_800BB0A0.c +++ b/src/code/code_800BB0A0.c @@ -61,7 +61,7 @@ s32 func_800BB2B4(Vec3f* pos, f32* roll, f32* fov, CutsceneCameraPoint* point, s } *curFrame += advance; if (*curFrame >= 1) { - if (point[++*keyFrame + 3].continueFlag == CS_CMD_STOP) { + if (point[++*keyFrame + 3].continueFlag == CS_CAM_STOP) { *keyFrame = 0; ret = true; }