mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-04-28 21:27:58 +03:00
Fix excluded locations on subsequent seed generations (#5302)
This commit is contained in:
parent
e2bb2edb8a
commit
38574bbb9e
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue