diff options
author | belugas <belugas@openttd.org> | 2008-06-03 03:06:16 +0000 |
---|---|---|
committer | belugas <belugas@openttd.org> | 2008-06-03 03:06:16 +0000 |
commit | 4b4e73c1dd6c77a5876f826a45af1263b1b3eb96 (patch) | |
tree | e38c9f3a4aaf40616ccf40c61f828bbcbc9f6e38 /src/table | |
parent | b0ada3fbbf25693675a18e3360657816ed5cf2ca (diff) | |
download | openttd-4b4e73c1dd6c77a5876f826a45af1263b1b3eb96.tar.xz |
(svn r13368) -Codechange: give house's min/max_date a better name, as it is really year, not date
Diffstat (limited to 'src/table')
-rw-r--r-- | src/table/town_land.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/table/town_land.h b/src/table/town_land.h index 3c1980dd8..b3399e873 100644 --- a/src/table/town_land.h +++ b/src/table/town_land.h @@ -1809,8 +1809,8 @@ static const HouseSpec _original_house_specs[] = { /** * remove_rating_decrease * | mail_generation - * min_date | | 1st CargoID acceptance - * | max_date | | | 2nd CargoID acceptance + * min_year | | 1st CargoID acceptance + * | max_year | | | 2nd CargoID acceptance * | | population | | | | 3th CargoID acceptance * | | | removal_cost | | | | | * | | | | building_name | | | | | |