mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-01-12 14:38:42 -05:00
Bit of cleanup
This commit is contained in:
parent
0a27714b8e
commit
a84262dbf7
@ -878,14 +878,11 @@ void Randomizer::ParseRandomizerSettingsFile(const char* spoilerFileName) {
|
|||||||
case RSK_GERUDO_KEYS:
|
case RSK_GERUDO_KEYS:
|
||||||
if (it.value() == "Vanilla") {
|
if (it.value() == "Vanilla") {
|
||||||
gSaveContext.randoSettings[index].value = 0;
|
gSaveContext.randoSettings[index].value = 0;
|
||||||
}
|
} else if (it.value() == "Any Dungeon") {
|
||||||
if (it.value() == "Any Dungeon") {
|
|
||||||
gSaveContext.randoSettings[index].value = 1;
|
gSaveContext.randoSettings[index].value = 1;
|
||||||
}
|
} else if (it.value() == "Overworld") {
|
||||||
if (it.value() == "Overworld") {
|
|
||||||
gSaveContext.randoSettings[index].value = 2;
|
gSaveContext.randoSettings[index].value = 2;
|
||||||
}
|
} else if (it.value() == "Anywhere") {
|
||||||
if (it.value() == "Anywhere") {
|
|
||||||
gSaveContext.randoSettings[index].value = 3;
|
gSaveContext.randoSettings[index].value = 3;
|
||||||
}
|
}
|
||||||
case RSK_KEYSANITY:
|
case RSK_KEYSANITY:
|
||||||
|
Loading…
Reference in New Issue
Block a user