chore: auto-format with clang-format

This commit is contained in:
github-actions[bot]
2025-05-27 08:42:47 +00:00
parent 848bd97e42
commit 7d9e1612c6
+2 -1
View File
@@ -832,7 +832,8 @@ static inline bool cityIsValid(int city)
return city >= 0 && city < wmMaxAreaNum;
}
bool isWorldMapActive() {
bool isWorldMapActive()
{
return inWorldMap;
}