mirror of
https://github.com/fallout2-ce/fallout2-ce.git
synced 2026-07-27 16:47:11 -07:00
chore: auto-format with clang-format
This commit is contained in:
+2
-1
@@ -832,7 +832,8 @@ static inline bool cityIsValid(int city)
|
||||
return city >= 0 && city < wmMaxAreaNum;
|
||||
}
|
||||
|
||||
bool isWorldMapActive() {
|
||||
bool isWorldMapActive()
|
||||
{
|
||||
return inWorldMap;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user