mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-22 06:13:45 -07:00
Ran clang format.
This commit is contained in:
parent
19be2be72e
commit
2aa97dde91
1 changed files with 2 additions and 2 deletions
|
@ -1452,7 +1452,7 @@ static bool SfxHandler(std::shared_ptr<Ship::Console> Console, const std::vector
|
||||||
}
|
}
|
||||||
|
|
||||||
static bool AvailableChecksProcessUndiscoveredExitsHandler(std::shared_ptr<Ship::Console> Console,
|
static bool AvailableChecksProcessUndiscoveredExitsHandler(std::shared_ptr<Ship::Console> Console,
|
||||||
const std::vector<std::string>& args, std::string* output) {
|
const std::vector<std::string>& args, std::string* output) {
|
||||||
const auto& logic = Rando::Context::GetInstance()->GetLogic();
|
const auto& logic = Rando::Context::GetInstance()->GetLogic();
|
||||||
bool enabled = false;
|
bool enabled = false;
|
||||||
|
|
||||||
|
@ -1479,7 +1479,7 @@ static bool AvailableChecksProcessUndiscoveredExitsHandler(std::shared_ptr<Ship:
|
||||||
}
|
}
|
||||||
|
|
||||||
static bool AvailableChecksRecalculateHandler(std::shared_ptr<Ship::Console> Console,
|
static bool AvailableChecksRecalculateHandler(std::shared_ptr<Ship::Console> Console,
|
||||||
const std::vector<std::string>& args, std::string* output) {
|
const std::vector<std::string>& args, std::string* output) {
|
||||||
RandomizerRegion startingRegion = RR_ROOT;
|
RandomizerRegion startingRegion = RR_ROOT;
|
||||||
|
|
||||||
if (args.size() > 1) {
|
if (args.size() > 1) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue