File diff r12647:3ada08b745f5 → r12648:24c912bd53f6
src/industry.h
Show inline comments
 
@@ -19,6 +19,7 @@
 
#include "tile_type.h"
 
#include "company_type.h"
 
#include "strings_type.h"
 
#include "subsidy_type.h"
 

	
 
enum {
 
	INVALID_INDUSTRY       = 0xFFFF,
 
@@ -125,6 +126,8 @@ struct Industry : IndustryPool::PoolItem
 
	Year last_prod_year;                ///< last year of production
 
	byte was_cargo_delivered;           ///< flag that indicate this has been the closest industry chosen for cargo delivery by a station. see DeliverGoodsToIndustry
 

	
 
	PartOfSubsidyByte part_of_subsidy;  ///< NOSAVE: is this industry a source/destination of a subsidy?
 

	
 
	OwnerByte founder;                  ///< Founder of the industry
 
	Date construction_date;             ///< Date of the construction of the industry
 
	uint8 construction_type;            ///< Way the industry was constructed (@see IndustryConstructionType)