src/town.h
branchNewGRF_ports
changeset 6720 35756db7e577
parent 6719 4cc327ad39d5
child 6743 cabfaa4a0295
equal deleted inserted replaced
6719:4cc327ad39d5 6720:35756db7e577
    81 	/* Current population of people and amount of houses. */
    81 	/* Current population of people and amount of houses. */
    82 	uint16 num_houses;
    82 	uint16 num_houses;
    83 	uint32 population;
    83 	uint32 population;
    84 
    84 
    85 	/* Town name */
    85 	/* Town name */
       
    86 	uint32 townnamegrfid;
    86 	uint16 townnametype;
    87 	uint16 townnametype;
    87 	uint32 townnameparts;
    88 	uint32 townnameparts;
    88 
    89 
    89 	/* NOSAVE: Location of name sign, UpdateTownVirtCoord updates this. */
    90 	/* NOSAVE: Location of name sign, UpdateTownVirtCoord updates this. */
    90 	ViewportSign sign;
    91 	ViewportSign sign;