diff options
author | belugas <belugas@openttd.org> | 2009-12-04 20:32:51 +0000 |
---|---|---|
committer | belugas <belugas@openttd.org> | 2009-12-04 20:32:51 +0000 |
commit | 65b3e38beab6454ec67eae26f30db548a84d437d (patch) | |
tree | 1bf1fdad031841d1da78ac3aa2accafc5a4c7ec4 /src/table | |
parent | 19fa38601d8df49c309052e8bccb8c2e4302b51e (diff) | |
download | openttd-65b3e38beab6454ec67eae26f30db548a84d437d.tar.xz |
(svn r18403) -Codechange: Re-arrange header of table _original_house_specs
Diffstat (limited to 'src/table')
-rw-r--r-- | src/table/town_land.h | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/src/table/town_land.h b/src/table/town_land.h index a68edb34a..e4a810d74 100644 --- a/src/table/town_land.h +++ b/src/table/town_land.h @@ -1814,19 +1814,19 @@ assert_compile(lengthof(_town_draw_tile_data) == (NEW_HOUSE_OFFSET) * 4 * 4); /** 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, |