mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-14 18:48:04 -07:00
Rando: Fix Fast File Select seed loading (#1252)
* FixRandoLoading * better methode
This commit is contained in:
parent
b14fb37b81
commit
d2fa0d6485
1 changed files with 3 additions and 0 deletions
|
@ -301,6 +301,9 @@ void Title_Init(GameState* thisx) {
|
|||
saveloading = true;
|
||||
gSaveContext.fileNum = selectedfile;
|
||||
Sram_OpenSave();
|
||||
Randomizer_LoadSettings("");
|
||||
Randomizer_LoadHintLocations("");
|
||||
Randomizer_LoadItemLocations("", true);
|
||||
gSaveContext.gameMode = 0;
|
||||
gSaveContext.magic = gSaveContext.magic;
|
||||
SET_NEXT_GAMESTATE(&this->state, Gameplay_Init, GlobalContext);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue