mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-25 13:35:12 +00:00
fixed camera palette editor cutscene breaking while transitioning to different cutscenes (#34)
This commit is contained in:
parent
35a4119137
commit
533404ca10
1 changed files with 1 additions and 0 deletions
|
@ -10870,6 +10870,7 @@ void cutscene_palette_editor(struct Camera *c) {
|
||||||
}
|
}
|
||||||
c->paletteEditorCap = false;
|
c->paletteEditorCap = false;
|
||||||
}
|
}
|
||||||
|
gCutsceneTimer = CUTSCENE_STOP;
|
||||||
c->cutscene = 0;
|
c->cutscene = 0;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue