mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-03-03 02:01:47 -05:00
[Fix] Issue with first two rainbow bridge settings getting swapped (#2023)
Fixes #2022
This commit is contained in:
parent
80bb4577b0
commit
091b6a2987
@ -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…
x
Reference in New Issue
Block a user