diff -r 240fedf4ed2c -r 9e7d05b0b1e5 src/town.h --- a/src/town.h Tue Jun 03 02:20:27 2008 +0000 +++ b/src/town.h Tue Jun 03 03:06:16 2008 +0000 @@ -212,8 +212,8 @@ 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