From b8f8cef34c1d75da025db9216a3f798ff8f74f3b Mon Sep 17 00:00:00 2001 From: frosch Date: Fri, 19 Aug 2011 21:18:32 +0000 Subject: (svn r22763) -Fix [FS#4702]: Clarify the meaning of AIStation::IsWithinTownInfluence(), AITile::IsWithinTownInfluence() and AITown::IsWithinTownInfluence(). --- src/ai/api/ai_tile.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/ai/api/ai_tile.hpp') diff --git a/src/ai/api/ai_tile.hpp b/src/ai/api/ai_tile.hpp index 17a292ae3..557305b40 100644 --- a/src/ai/api/ai_tile.hpp +++ b/src/ai/api/ai_tile.hpp @@ -441,7 +441,8 @@ public: /** * Find out if this tile is within the rating influence of a town. - * Stations on this tile influence the rating of the town. + * If a station sign would be on this tile, the servicing quality of the station would + * influence the rating of the town. * @param tile The tile to check. * @param town_id The town to check. * @return True if the tile is within the rating influence of the town. -- cgit v1.2.3-54-g00ecf