mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-14 02:27:21 -07:00
Rip Settings out of Rando::Context (#4943)
Not completely happy with everything here but this should fix the bugs related to settings getting cleared on save load.
This commit is contained in:
parent
ef0350d830
commit
b5e6342bc1
41 changed files with 1048 additions and 932 deletions
|
@ -490,7 +490,7 @@ void CheckTrackerLoadGame(int32_t fileNum) {
|
|||
}
|
||||
}
|
||||
if (OTRGlobals::Instance->gRandomizer->GetRandoSettingValue(RSK_LINKS_POCKET) != RO_LINKS_POCKET_NOTHING && IS_RANDO) {
|
||||
uint8_t startingAge = OTRGlobals::Instance->gRandoContext->GetOption(RSK_SELECTED_STARTING_AGE).GetContextOptionIndex();
|
||||
uint8_t startingAge = OTRGlobals::Instance->gRandoContext->GetOption(RSK_SELECTED_STARTING_AGE).Get();
|
||||
RandomizerCheckArea startingArea;
|
||||
switch (startingAge) {
|
||||
case RO_AGE_CHILD:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue