mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-10-30 08:01:01 +00:00
Revert "Fix(?) frozen star cutscenes (#796)" (#830)
Some checks are pending
Build coop / build-linux (push) Waiting to run
Build coop / build-steamos (push) Waiting to run
Build coop / build-windows-opengl (push) Waiting to run
Build coop / build-windows-directx (push) Waiting to run
Build coop / build-macos-arm (push) Waiting to run
Build coop / build-macos-intel (push) Waiting to run
Some checks are pending
Build coop / build-linux (push) Waiting to run
Build coop / build-steamos (push) Waiting to run
Build coop / build-windows-opengl (push) Waiting to run
Build coop / build-windows-directx (push) Waiting to run
Build coop / build-macos-arm (push) Waiting to run
Build coop / build-macos-intel (push) Waiting to run
This reverts commit 9e87ce10c0.
This commit is contained in:
parent
fd163d4cb5
commit
5d48c72d2d
1 changed files with 2 additions and 2 deletions
|
|
@ -8681,7 +8681,7 @@ BAD_RETURN(s32) cutscene_star_spawn(struct Camera *c) {
|
|||
cutscene_event(cutscene_star_spawn_focus_star, c, 0, -1);
|
||||
sStatusFlags |= CAM_FLAG_SMOOTH_MOVEMENT;
|
||||
|
||||
if (gObjCutsceneDone || gCutsceneTimer > 150) {
|
||||
if (gObjCutsceneDone) {
|
||||
// Set the timer to CUTSCENE_LOOP, which start the next shot.
|
||||
gCutsceneTimer = CUTSCENE_LOOP;
|
||||
}
|
||||
|
|
@ -8836,7 +8836,7 @@ BAD_RETURN(s32) cutscene_red_coin_star(struct Camera *c) {
|
|||
cutscene_event(cutscene_red_coin_star_look_up_at_star, c, 30, -1);
|
||||
cutscene_event(cutscene_red_coin_star_set_fov, c, 30, -1);
|
||||
|
||||
if (gObjCutsceneDone || gCutsceneTimer > 150) {
|
||||
if (gObjCutsceneDone) {
|
||||
// Set the timer to CUTSCENE_LOOP, which start the next shot.
|
||||
gCutsceneTimer = CUTSCENE_LOOP;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue