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)