[Fix] Issue with first two rainbow bridge settings getting swapped (#2023)

Fixes #2022
This commit is contained in:
Garrett Cox 2022-11-26 12:39:45 -06:00 committed by GitHub
parent 80bb4577b0
commit 091b6a2987
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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,