diff options
author | terkhen <terkhen@openttd.org> | 2010-11-14 16:13:07 +0000 |
---|---|---|
committer | terkhen <terkhen@openttd.org> | 2010-11-14 16:13:07 +0000 |
commit | 1fe2ce42cac0cddcd33c060ed6ce3b9484fca36c (patch) | |
tree | 2ded547c86beeb233e1e5e5ca29433913a69ba16 | |
parent | eda95bb85cfd714a5dbdca4e4986f86050332f15 (diff) | |
download | openttd-1fe2ce42cac0cddcd33c060ed6ce3b9484fca36c.tar.xz |
(svn r21191) -Doc: Add missing information for a parameter of CmdFoundTown.
-rw-r--r-- | src/town_cmd.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/town_cmd.cpp b/src/town_cmd.cpp index 3f2231326..faaa3c3fa 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) |