1
0
Fork 0

(svn r22853) -Doc: Add a missing bit of AI documentation.

release/1.2
frosch 2011-08-28 20:28:04 +00:00
parent d8a3c4f9bd
commit 286b2aeee5
1 changed files with 2 additions and 0 deletions

View File

@ -453,6 +453,8 @@ public:
* Find the town which has authority for the tile. * Find the town which has authority for the tile.
* The rating of your company in this town will be checked and affected when * The rating of your company in this town will be checked and affected when
* building stations, trees etc. * 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); static TownID GetTownAuthority(TileIndex tile);