From 1fe2ce42cac0cddcd33c060ed6ce3b9484fca36c Mon Sep 17 00:00:00 2001 From: terkhen Date: Sun, 14 Nov 2010 16:13:07 +0000 Subject: [PATCH] (svn r21191) -Doc: Add missing information for a parameter of CmdFoundTown. --- src/town_cmd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/town_cmd.cpp b/src/town_cmd.cpp index 3f22313265..faaa3c3fa8 100644 --- a/src/town_cmd.cpp +++ b/src/town_cmd.cpp @@ -1513,7 +1513,7 @@ static bool IsUniqueTownName(const char *name) * 3..5 town road layout (@see TownLayout) * 6 use random location (randomize \c tile ) * @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 */ CommandCost CmdFoundTown(TileIndex tile, DoCommandFlag flags, uint32 p1, uint32 p2, const char *text)