forked from mirror/OpenTTD
(svn r13368) -Codechange: give house's min/max_date a better name, as it is really year, not date
This commit is contained in:
@@ -1931,7 +1931,7 @@ static bool BuildTownHouse(Town *t, TileIndex tile)
|
||||
}
|
||||
}
|
||||
|
||||
if (_cur_year < hs->min_date || _cur_year > hs->max_date) continue;
|
||||
if (_cur_year < hs->min_year || _cur_year > hs->max_year) continue;
|
||||
|
||||
/* Special houses that there can be only one of. */
|
||||
uint oneof = 0;
|
||||
|
Reference in New Issue
Block a user