File diff r7859:98c8367217c1 → r7860:c73688ce46ca
src/industry.h
Show inline comments
 
@@ -130,6 +130,9 @@ struct Industry : PoolItem<Industry, Ind
 
	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
 

	
 
	byte random_triggers;               ///< Triggers for the random
 
	uint16 random;                      ///< Random value used for randomisation of all kinds of things
 

	
 
	PersistentStorage psa;              ///< Persistent storage for NewGRF industries.
 

	
 
	Industry(TileIndex tile = 0) : xy(tile) {}