Skip to content

Commit

Permalink
Fix to the fix
Browse files Browse the repository at this point in the history
  • Loading branch information
metzner committed Aug 10, 2022
1 parent 60bffb0 commit ecf5eda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Archipelago/PuzzleData.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ void PuzzleData::Read(std::shared_ptr<Memory> _memory) {
else if (id == 0x03702) { // River Vault: The squares are drawn on and validated separately!
hasStones = true;
}
else if (id >= 0x17DB3 && id <= 0x17DDB && _memory->doors) {
else if (id >= 0x17DAE && id <= 0x17DEC && _memory->doors) {
hasStarsWithOtherSymbol = false;
}
}
Expand Down

0 comments on commit ecf5eda

Please sign in to comment.