mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-22 22:33:43 -07:00
Fix clang-format failed check.
This commit is contained in:
parent
78dc9abd1f
commit
941231936d
2 changed files with 3 additions and 3 deletions
|
@ -1675,8 +1675,8 @@ void EntranceShuffler::ApplyEntranceOverrides() {
|
|||
for (size_t i = 0; i < entranceOverrides.size(); i++) {
|
||||
EntranceOverride entranceOverride = entranceOverrides[i];
|
||||
|
||||
if (entranceOverride.index == 0 && entranceOverride.destination == 0 &&
|
||||
entranceOverride.override == 0 && entranceOverride.overrideDestination == 0) {
|
||||
if (entranceOverride.index == 0 && entranceOverride.destination == 0 && entranceOverride.override == 0 &&
|
||||
entranceOverride.overrideDestination == 0) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
|
@ -52,7 +52,7 @@ class Settings {
|
|||
|
||||
/**
|
||||
* @brief Get the RandomizerTrick corresponding to the provided name.
|
||||
*
|
||||
*
|
||||
* @param name
|
||||
* @return int RandomizerTrick index or -1 if not found
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue