apply a PR suggestion

https://github.com/zeldaret/oot/pull/2286#discussion_r1829219841
This commit is contained in:
feacur
2024-11-05 13:10:20 +01:00
parent b8953fd0b9
commit 32a2dd0ae2
5 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -329,7 +329,7 @@ void Play_Init(GameState* thisx) {
gSaveContext.nextCutsceneIndex = CS_INDEX_NEXT_USED;
}
if (gSaveContext.save.cutsceneIndex == CS_INDEX_RESET) {
if (gSaveContext.save.cutsceneIndex == CS_INDEX_TRIGGERED) {
gSaveContext.save.cutsceneIndex = CS_INDEX_NONE;
}