Quick fix Chest Minigame Setting (#4189)

This commit is contained in:
Pepper0ni 2024-07-05 22:50:58 +01:00 committed by GitHub
parent db5e9cbc11
commit 5c155a625a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1848,6 +1848,7 @@ void Settings::FinalizeSettings(const std::set<RandomizerCheck>& excludedLocatio
// RANDOTODO implement chest shuffle with keysanity
// ShuffleChestMinigame.SetSelectedIndex(cvarSettings[RSK_SHUFFLE_CHEST_MINIGAME]);
mOptions[RSK_SHUFFLE_CHEST_MINIGAME].SetSelectedIndex(RO_CHEST_GAME_OFF);
//TODO: RandomizeAllSettings(true) when implementing the ability to randomize the options themselves.
std::array<DungeonInfo*, 12> dungeons = ctx->GetDungeons()->GetDungeonList();
std::array<bool, 12> dungeonModesKnown{};