mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-25 09:45:02 +00:00
remove the extra `CS_CMD_STOP
` (#1535)
This commit is contained in:
parent
823e47a0f8
commit
239a172114
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue