Merge remote-tracking branch 'upstream/develop-rando' into soulcalibur

This commit is contained in:
Ralphie Morell
2023-11-16 22:51:16 -05:00
85 changed files with 7692 additions and 9571 deletions
+1 -2
View File
@@ -221,8 +221,7 @@ void Sram_InitSave(FileChooseContext* fileChooseCtx) {
gSaveContext.n64ddFlag = fileChooseCtx->n64ddFlag;
if (fileChooseCtx->questType[fileChooseCtx->buttonIndex] == QUEST_RANDOMIZER &&
strnlen(CVarGetString("gSpoilerLog", ""), 1) != 0) {
if (Randomizer_IsSeedGenerated()) {
gSaveContext.questId = QUEST_RANDOMIZER;
Randomizer_InitSaveFile();