(svn r13368) -Codechange: give house's min/max_date a better name, as it is really year, not date

This commit is contained in:
belugas
2008-06-03 03:06:16 +00:00
parent f7b79916e8
commit 0cf79d70d0
4 changed files with 12 additions and 12 deletions

View File

@@ -212,8 +212,8 @@ inline TownLayout Town::GetActiveLayout() const
struct HouseSpec {
/* Standard properties */
Year min_date; ///< introduction year of the house
Year max_date; ///< last year it can be built
Year min_year; ///< introduction year of the house
Year max_year; ///< last year it can be built
byte population; ///< population (Zero on other tiles in multi tile house.)
byte removal_cost; ///< cost multiplier for removing it
StringID building_name; ///< building name