1
0
mirror of https://github.com/zeldaret/oot.git synced 2024-09-21 04:24:43 +00:00

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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,7 +61,7 @@ s32 func_800BB2B4(Vec3f* pos, f32* roll, f32* fov, CutsceneCameraPoint* point, s
} }
*curFrame += advance; *curFrame += advance;
if (*curFrame >= 1) { if (*curFrame >= 1) {
if (point[++*keyFrame + 3].continueFlag == CS_CMD_STOP) { if (point[++*keyFrame + 3].continueFlag == CS_CAM_STOP) {
*keyFrame = 0; *keyFrame = 0;
ret = true; ret = true;
} }