mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-04 15:04:31 +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;
|
*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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue