Attempt to restore formatting of randomizer.cpp

This commit is contained in:
Josh Bodner 2022-07-21 11:03:28 -07:00
parent cddca2700a
commit 2edc81ee2d
1 changed files with 62 additions and 66 deletions

View File

@ -1678,11 +1678,7 @@ void Randomizer::ParseRandomizerSettingsFile(const char* spoilerFileName) {
}
break;
case RSK_SKIP_CHILD_ZELDA:
if (it.value() == "Off") {
gSaveContext.randoSettings[index].value = 0;
} else if (it.value() == "On") {
gSaveContext.randoSettings[index].value = 1;
}
gSaveContext.randoSettings[index].value = it.value();
break;
case RSK_STARTING_CONSUMABLES:
case RSK_FULL_WALLETS: