(svn r21191) -Doc: Add missing information for a parameter of CmdFoundTown.

This commit is contained in:
terkhen 2010-11-14 16:13:07 +00:00
parent eda95bb85c
commit 1fe2ce42ca
1 changed files with 1 additions and 1 deletions

View File

@ -1513,7 +1513,7 @@ static bool IsUniqueTownName(const char *name)
* 3..5 town road layout (@see TownLayout) * 3..5 town road layout (@see TownLayout)
* 6 use random location (randomize \c tile ) * 6 use random location (randomize \c tile )
* @param p2 town name parts * @param p2 town name parts
* @param text unused * @param text Custom name for the town. If empty, the town name parts will be used.
* @return the cost of this operation or an error * @return the cost of this operation or an error
*/ */
CommandCost CmdFoundTown(TileIndex tile, DoCommandFlag flags, uint32 p1, uint32 p2, const char *text) CommandCost CmdFoundTown(TileIndex tile, DoCommandFlag flags, uint32 p1, uint32 p2, const char *text)