Fix excluded locations on subsequent seed generations (#5302)
This commit is contained in:
committed by
GitHub
parent
e2bb2edb8a
commit
38574bbb9e
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user