mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-14 02:27:21 -07:00
Properly store starting age in spoiler log (#4873)
* properly store starting age in spoiler log * convert ResolvedStatingAge to a setting to store it in the save
This commit is contained in:
parent
7f31fd2e4e
commit
ce289c0be9
10 changed files with 32 additions and 39 deletions
|
@ -2149,7 +2149,7 @@ namespace Rando {
|
|||
//Other
|
||||
AtDay = false;
|
||||
AtNight = false;
|
||||
GetSaveContext()->linkAge = !ctx->GetSettings()->ResolvedStartingAge();
|
||||
GetSaveContext()->linkAge = !ctx->GetOption(RSK_SELECTED_STARTING_AGE).GetContextOptionIndex();
|
||||
|
||||
//Events
|
||||
ShowedMidoSwordAndShield = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue