mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-21 05:43:42 -07:00
Automate settings text to enum conversion and remove OptionGroups from the process (#4636)
* Automate settings text to enum conversion * rename fortress setting into carpenters
This commit is contained in:
parent
6470522a02
commit
ad23298500
16 changed files with 196 additions and 991 deletions
|
@ -1185,7 +1185,7 @@ void LoadSettings() {
|
|||
fortressFast = false;
|
||||
fortressNormal = false;
|
||||
switch (OTRGlobals::Instance->gRandomizer->GetRandoSettingValue(RSK_GERUDO_FORTRESS)) {
|
||||
case RO_GF_OPEN:
|
||||
case RO_GF_FREE:
|
||||
showGerudoFortressKeys = false;
|
||||
showGerudoCard = false;
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue