mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-22 17:32:19 -05:00
Attempt to restore formatting of randomizer.cpp
This commit is contained in:
parent
cddca2700a
commit
2edc81ee2d
@ -1678,11 +1678,7 @@ void Randomizer::ParseRandomizerSettingsFile(const char* spoilerFileName) {
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case RSK_SKIP_CHILD_ZELDA:
|
case RSK_SKIP_CHILD_ZELDA:
|
||||||
if (it.value() == "Off") {
|
gSaveContext.randoSettings[index].value = it.value();
|
||||||
gSaveContext.randoSettings[index].value = 0;
|
|
||||||
} else if (it.value() == "On") {
|
|
||||||
gSaveContext.randoSettings[index].value = 1;
|
|
||||||
}
|
|
||||||
break;
|
break;
|
||||||
case RSK_STARTING_CONSUMABLES:
|
case RSK_STARTING_CONSUMABLES:
|
||||||
case RSK_FULL_WALLETS:
|
case RSK_FULL_WALLETS:
|
||||||
|
Loading…
Reference in New Issue
Block a user