Changeset - r20770:032049fe3e4c
[Not reviewed]
master
0 1 0
frosch - 11 years ago 2013-10-06 10:16:33
frosch@openttd.org
(svn r25814) -Doc: Some Town members.
1 file changed with 2 insertions and 6 deletions:
0 comments (0 inline, 0 general)
src/town.h
Show inline comments
 
@@ -60,13 +60,9 @@ struct Town : TownPool::PoolItem<&_town_
 
	uint32 townnamegrfid;
 
	uint16 townnametype;
 
	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.
 
	 * bit 0 = Building funds received
 
	 * bit 1 = CHURCH
 
	 * bit 2 = STADIUM */
 
	byte flags;
 
	byte flags;                    ///< See #TownFlags.
 

	
 
	uint16 noise_reached;          ///< level of noise that all the airports are generating
 

	
0 comments (0 inline, 0 general)