diff --git a/src/worldmap.cc b/src/worldmap.cc index 5b8750ad..7a452391 100644 --- a/src/worldmap.cc +++ b/src/worldmap.cc @@ -832,7 +832,8 @@ static inline bool cityIsValid(int city) return city >= 0 && city < wmMaxAreaNum; } -bool isWorldMapActive() { +bool isWorldMapActive() +{ return inWorldMap; }