fixed camera palette editor cutscene breaking while transitioning to different cutscenes (#34)

This commit is contained in:
Isaac0-dev 2024-05-10 09:08:37 +10:00 committed by GitHub
parent 35a4119137
commit 533404ca10
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10870,6 +10870,7 @@ void cutscene_palette_editor(struct Camera *c) {
}
c->paletteEditorCap = false;
}
gCutsceneTimer = CUTSCENE_STOP;
c->cutscene = 0;
return;
}