add 2 missing settings to ParseJson (#4404)

This commit is contained in:
Pepper0ni 2024-10-13 20:10:31 +01:00 committed by GitHub
parent 05962baf45
commit e62f26d3bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2789,6 +2789,8 @@ void Settings::ParseJson(nlohmann::json spoilerFileJson) {
case RSK_ALL_LOCATIONS_REACHABLE:
case RSK_TRIFORCE_HUNT:
case RSK_MQ_DUNGEON_SET:
case RSK_SHUFFLE_DEKU_NUT_BAG:
case RSK_SHUFFLE_DEKU_STICK_BAG:
if (it.value() == "Off") {
mOptions[index].SetSelectedIndex(RO_GENERIC_OFF);
} else if (it.value() == "On") {