summaryrefslogtreecommitdiff
path: root/src/code
diff options
context:
space:
mode:
authorYanis42 <35189056+Yanis42@users.noreply.github.com>2023-09-15 00:41:10 +0200
committerGitHub <noreply@github.com>2023-09-14 18:41:10 -0400
commit239a172114b891fffe7af21777dc5313f0de9441 (patch)
tree3c6cbf802a510c3fefa998c2c79fe8778c4bf3ca /src/code
parent823e47a0f8e9fb9fab89bc61b57f45488ff6debe (diff)
remove the extra ``CS_CMD_STOP`` (#1535)
Diffstat (limited to 'src/code')
-rw-r--r--src/code/code_800BB0A0.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/code_800BB0A0.c b/src/code/code_800BB0A0.c
index e525a0069..421f9a280 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;
}