mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-14 02:27:21 -07:00
[Fix] Issue with first two rainbow bridge settings getting swapped (#2023)
Fixes #2022
This commit is contained in:
parent
80bb4577b0
commit
091b6a2987
1 changed files with 2 additions and 2 deletions
|
@ -1106,8 +1106,8 @@ typedef enum RandoOption {
|
|||
RO_GF_OPEN,
|
||||
|
||||
//Rainbow Bridge settings (always open, vanilla, stones, medallions, dungeon rewards, dungeons, tokens)
|
||||
RO_BRIDGE_VANILLA = 0,
|
||||
RO_BRIDGE_ALWAYS_OPEN,
|
||||
RO_BRIDGE_ALWAYS_OPEN = 0,
|
||||
RO_BRIDGE_VANILLA,
|
||||
RO_BRIDGE_STONES,
|
||||
RO_BRIDGE_MEDALLIONS,
|
||||
RO_BRIDGE_DUNGEON_REWARDS,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue