summaryrefslogtreecommitdiff
path: root/soh/src/code
diff options
context:
space:
mode:
authorRalphie Morell <stratomaster64@gmail.com>2023-11-16 22:51:16 -0500
committerRalphie Morell <stratomaster64@gmail.com>2023-11-16 22:51:16 -0500
commitaa007659974c1af2845f7dd884cdae4b84675516 (patch)
tree803b96f898ca91878e31b18200c50b2b8ee1803b /soh/src/code
parente90dc91767e56a00e9b8b89ad481b7327c505200 (diff)
parent2698d453bb07a2933bc89574fcd4093797a27141 (diff)
Merge remote-tracking branch 'upstream/develop-rando' into soulcalibur
Diffstat (limited to 'soh/src/code')
-rw-r--r--soh/src/code/z_sram.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/soh/src/code/z_sram.c b/soh/src/code/z_sram.c
index 057460b62..753dd1c02 100644
--- a/soh/src/code/z_sram.c
+++ b/soh/src/code/z_sram.c
@@ -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();