Fix excluded locations on subsequent seed generations

This commit is contained in:
Christopher Leggett 2025-04-03 10:54:01 -04:00
parent fd96bf6b14
commit 2f3d9227d6
No known key found for this signature in database
GPG key ID: F2121C0AF9938ABF

View file

@ -2908,6 +2908,7 @@ extern "C" void Save_LoadFile(void) {
OTRGlobals::Instance->gRandoContext = Rando::Context::CreateInstance();
OTRGlobals::Instance->gRandoContext->GetLogic()->SetSaveContext(&gSaveContext);
Rando::Settings::GetInstance()->AssignContext(OTRGlobals::Instance->gRandoContext);
OTRGlobals::Instance->gRandoContext->AddExcludedOptions();
SaveManager::Instance->LoadFile(gSaveContext.fileNum);
}