(svn r25814) -Doc: Some Town members.

This commit is contained in:
frosch 2013-10-06 10:16:33 +00:00
parent 699e6b2588
commit 3e8d498bc5

View File

@ -60,13 +60,9 @@ struct Town : TownPool::PoolItem<&_town_pool> {
uint32 townnamegrfid; uint32 townnamegrfid;
uint16 townnametype; uint16 townnametype;
uint32 townnameparts; uint32 townnameparts;
char *name; char *name; ///< Custom town name. If NULL, the town was not renamed and uses the generated name.
/* Makes sure we don't build certain house types twice. byte flags; ///< See #TownFlags.
* bit 0 = Building funds received
* bit 1 = CHURCH
* bit 2 = STADIUM */
byte flags;
uint16 noise_reached; ///< level of noise that all the airports are generating uint16 noise_reached; ///< level of noise that all the airports are generating