(svn r10903) -Feature: [NewGRF] Add support for variable 44 of Variational Action 2 for Industries

This commit is contained in:
belugas
2007-08-15 00:49:34 +00:00
parent 88479868d5
commit f48e05ec73
4 changed files with 13 additions and 3 deletions

View File

@@ -118,6 +118,7 @@ struct Industry : PoolItem<Industry, IndustryID, &_Industry_pool> {
Date construction_date; ///< Date of the construction of the industry
uint8 construction_type; ///< Way the industry was constructed (@see IndustryConstructionType)
Date last_cargo_accepted_at; ///< Last day cargo was accepted by this industry
byte selected_layout; ///< Which tile layout was used when creating the industry
Industry(TileIndex tile = 0) : xy(tile) {}
~Industry();