From 0878541cf2536ff11d95b45b9c7d2429f48249bd Mon Sep 17 00:00:00 2001 From: smatz Date: Mon, 16 Feb 2009 23:23:33 +0000 Subject: (svn r15505) -Codechange: pass name of new town as parameter to CMD_BUILD_TOWN --- src/town.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/town.h') diff --git a/src/town.h b/src/town.h index 0f544de22..b7ee39e5a 100644 --- a/src/town.h +++ b/src/town.h @@ -360,6 +360,7 @@ HouseZonesBits GetTownRadiusGroup(const Town *t, TileIndex tile); void SetTownRatingTestMode(bool mode); uint GetMaskOfTownActions(int *nump, CompanyID cid, const Town *t); bool GenerateTowns(TownLayout layout); +bool GenerateTownName(uint32 *townnameparts); /** * Calculate a hash value from a tile position -- cgit v1.2.3-54-g00ecf