From a0a14e0381b0776af0b91b7090d9c53efedf12ee Mon Sep 17 00:00:00 2001 From: Anthony Stewart Date: Wed, 9 Apr 2025 21:35:04 -0500 Subject: [PATCH] Format fixes. --- soh/soh/Enhancements/randomizer/entrance.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/soh/soh/Enhancements/randomizer/entrance.cpp b/soh/soh/Enhancements/randomizer/entrance.cpp index 75f0006ca..6d0951c9b 100644 --- a/soh/soh/Enhancements/randomizer/entrance.cpp +++ b/soh/soh/Enhancements/randomizer/entrance.cpp @@ -1166,8 +1166,6 @@ void EntranceShuffler::ShuffleEntrancePool(std::vector& entrancePool, } } - - int EntranceShuffler::ShuffleAllEntrances() { auto ctx = Rando::Context::GetInstance(); @@ -1694,7 +1692,7 @@ EntranceOverride* Randomizer_GetEntranceOverrides() { void Randomizer_DiscoverRegion(Region* region, std::unordered_set& visitedRegions) { region->IsDiscovered = true; - + for (const auto& exit : region->exits) { if (!exit.IsShuffled()) { RandomizerRegion connectedRegionKey = exit.GetConnectedRegionKey();