mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-02-16 15:20:11 -05:00
Rando: Fix Fast File Select seed loading (#1252)
* FixRandoLoading * better methode
This commit is contained in:
parent
b14fb37b81
commit
d2fa0d6485
@ -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…
Reference in New Issue
Block a user