Changeset - r18028:d57fb8a9c9a4
[Not reviewed]
master
0 1 0
frosch - 13 years ago 2011-08-28 20:28:04
frosch@openttd.org
(svn r22853) -Doc: Add a missing bit of AI documentation.
1 file changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/ai/api/ai_tile.hpp
Show inline comments
 
@@ -453,6 +453,8 @@ public:
 
	 * Find the town which has authority for the tile.
 
	 *  The rating of your company in this town will be checked and affected when
 
	 *  building stations, trees etc.
 
	 * @param tile The tile to check.
 
	 * @return The TownID of the town which has authority on this tile.
 
	 */
 
	static TownID GetTownAuthority(TileIndex tile);
 

	
0 comments (0 inline, 0 general)