fixed camera palette editor cutscene breaking while transitioning to different cutscenes (#34)
This commit is contained in:
parent
35a4119137
commit
533404ca10
|
@ -10870,6 +10870,7 @@ void cutscene_palette_editor(struct Camera *c) {
|
|||
}
|
||||
c->paletteEditorCap = false;
|
||||
}
|
||||
gCutsceneTimer = CUTSCENE_STOP;
|
||||
c->cutscene = 0;
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue