diff options
Diffstat (limited to 'src/code/code_800BB0A0.c')
| -rw-r--r-- | src/code/code_800BB0A0.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/code/code_800BB0A0.c b/src/code/code_800BB0A0.c index 0f2ee7d74..8dfd375e1 100644 --- a/src/code/code_800BB0A0.c +++ b/src/code/code_800BB0A0.c @@ -33,7 +33,8 @@ s32 func_800BB2B4(Vec3f* pos, f32* roll, f32* fov, CutsceneCameraPoint* point, s progress = 0.0f; } - if ((point[key].continueFlag == -1) || (point[key + 1].continueFlag == -1) || (point[key + 2].continueFlag == -1)) { + if ((point[key].continueFlag == CS_CAM_STOP) || (point[key + 1].continueFlag == CS_CAM_STOP) || + (point[key + 2].continueFlag == CS_CAM_STOP)) { return true; } |
