diff options
Diffstat (limited to 'src/ai/api/ai_station.hpp')
-rw-r--r-- | src/ai/api/ai_station.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ai/api/ai_station.hpp b/src/ai/api/ai_station.hpp index 825c0f3ee..0faaaf147 100644 --- a/src/ai/api/ai_station.hpp +++ b/src/ai/api/ai_station.hpp @@ -117,7 +117,8 @@ public: /** * Find out if this station is within the rating influence of a town. - * Stations within the radius influence the rating of the town. + * The service quality of stations with signs within this radius + * influences the rating of the town. * @param station_id The station to check. * @param town_id The town to check. * @return True if the tile is within the rating influence of the town. |