Changeset - r13864:548fb0872b25
[Not reviewed]
master
0 1 0
belugas - 15 years ago 2009-12-04 20:32:51
belugas@openttd.org
(svn r18403) -Codechange: Re-arrange header of table _original_house_specs
1 file changed with 13 insertions and 13 deletions:
0 comments (0 inline, 0 general)
src/table/town_land.h
Show inline comments
 
@@ -1814,19 +1814,19 @@ assert_compile(lengthof(_town_draw_tile_
 
/** House specifications from original data */
 
static const HouseSpec _original_house_specs[] = {
 
	/**
 
	 *                                                              remove_rating_decrease
 
	 *                                                               |    mail_generation
 
	 *     min_year                                                  |    |    1st CargoID acceptance
 
	 *     |         max_year                                        |    |    |    2nd CargoID acceptance
 
	 *     |         |    population                                 |    |    |    |    3th CargoID acceptance
 
	 *     |         |    |    removal_cost                          |    |    |    |    |
 
	 *     |         |    |    |    building_name                    |    |    |    |    |
 
	 *     |         |    |    |    |                                |    |    |    |    |
 
	 *     |         |    |    |    |                                |    |    |    |    |
 
	 * +-building_flags   |    |    |                                |    |    |    |    |
 
	 * +-building_availability |    |                                |    |    |    |    |
 
	 * +-cargoID accepted |    |    |                                |    |    |    |    |
 
	 * |   |         |    |    |    |                                |    |    |    |    | */
 
	 *                                                                              remove_rating_decrease
 
	 *                                                                              |    mail_generation
 
	 *     min_year                                                                 |    |    1st CargoID acceptance
 
	 *     |         max_year                                                       |    |    |    2nd CargoID acceptance
 
	 *     |         |    population                                                |    |    |    |    3th CargoID acceptance
 
	 *     |         |    |    removal_cost                                         |    |    |    |    |
 
	 *     |         |    |    |    building_name                                   |    |    |    |    |
 
	 *     |         |    |    |    |                                               |    |    |    |    |
 
	 *     |         |    |    |    |                                               |    |    |    |    |
 
	 * +-building_flags   |    |    |                                               |    |    |    |    |
 
	 * +-building_availability |    |                                               |    |    |    |    |
 
	 * +-cargoID accepted |    |    |                                               |    |    |    |    |
 
	 * |   |         |    |    |    |                                               |    |    |    |    | */
 
	MS(1963, MAX_YEAR, 187, 150, STR_TOWN_BUILDING_NAME_TALL_OFFICE_BLOCK_1,      140,  70,   8,   3,   4,
 
	   TILE_SIZE_1x1,
 
	   HZ_TEMP | HZ_ZON5,
0 comments (0 inline, 0 general)