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:
Pepper0ni 2025-01-15 12:05:52 +00:00 committed by GitHub
commit ce289c0be9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 32 additions and 39 deletions

View file

@ -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;