mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-20 13:23:45 -07:00
Do some renames for the new settings arrangment (#4668)
* Automate settings text to enum conversion * rename fortress setting into carpenters * More renames for the new spoiler log layout
This commit is contained in:
parent
278f2e6f15
commit
ab863653ce
13 changed files with 67 additions and 64 deletions
|
@ -1185,14 +1185,14 @@ void LoadSettings() {
|
|||
fortressFast = false;
|
||||
fortressNormal = false;
|
||||
switch (OTRGlobals::Instance->gRandomizer->GetRandoSettingValue(RSK_GERUDO_FORTRESS)) {
|
||||
case RO_GF_FREE:
|
||||
case RO_GF_CARPENTERS_FREE:
|
||||
showGerudoFortressKeys = false;
|
||||
showGerudoCard = false;
|
||||
break;
|
||||
case RO_GF_FAST:
|
||||
case RO_GF_CARPENTERS_FAST:
|
||||
fortressFast = true;
|
||||
break;
|
||||
case RO_GF_NORMAL:
|
||||
case RO_GF_CARPENTERS_NORMAL:
|
||||
fortressNormal = true;
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue