mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-22 22:33:43 -07:00
Format fixes.
This commit is contained in:
parent
51289ea54d
commit
a0a14e0381
1 changed files with 1 additions and 3 deletions
|
@ -1166,8 +1166,6 @@ void EntranceShuffler::ShuffleEntrancePool(std::vector<Entrance*>& entrancePool,
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
int EntranceShuffler::ShuffleAllEntrances() {
|
||||
auto ctx = Rando::Context::GetInstance();
|
||||
|
||||
|
@ -1694,7 +1692,7 @@ EntranceOverride* Randomizer_GetEntranceOverrides() {
|
|||
|
||||
void Randomizer_DiscoverRegion(Region* region, std::unordered_set<RandomizerRegion>& visitedRegions) {
|
||||
region->IsDiscovered = true;
|
||||
|
||||
|
||||
for (const auto& exit : region->exits) {
|
||||
if (!exit.IsShuffled()) {
|
||||
RandomizerRegion connectedRegionKey = exit.GetConnectedRegionKey();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue