mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-19 13:00:11 -07:00
Attempt to restore formatting of randomizer.cpp
This commit is contained in:
parent
cddca2700a
commit
2edc81ee2d
1 changed files with 62 additions and 66 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue