remove the extra `CS_CMD_STOP` (#1535)

This commit is contained in:
Yanis42
2023-09-15 00:41:10 +02:00
committed by GitHub
parent 823e47a0f8
commit 239a172114
+1 -1
View File
@@ -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;
}