mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-26 16:24:35 +01:00
Fix clang-format
This commit is contained in:
@@ -214,9 +214,7 @@ void fix_park_entrance_locations(void)
|
||||
gParkEntrances.erase(
|
||||
std::remove_if(
|
||||
gParkEntrances.begin(), gParkEntrances.end(),
|
||||
[](const auto& entrance) {
|
||||
return map_get_park_entrance_element_at(entrance, false) == nullptr;
|
||||
}),
|
||||
[](const auto& entrance) { return map_get_park_entrance_element_at(entrance, false) == nullptr; }),
|
||||
gParkEntrances.end());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user