mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-04-28 13:17:58 +03:00
Fix excluded locations on subsequent seed generations
This commit is contained in:
parent
fd96bf6b14
commit
2f3d9227d6
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