File diff r7164:eba2b7671785 → r7165:b30ba7925dc4
src/industry.h
Show inline comments
 
@@ -78,7 +78,8 @@ struct Industry {
 
	byte width;
 
	byte height;
 
	const Town *town;                   ///< Nearest town
 
	uint16 cargo_waiting[2];            ///< amount of cargo produced per cargo
 
	uint16 produced_cargo_waiting[2];   ///< amount of cargo produced per cargo
 
	uint16 incoming_cargo_waiting[3];   ///< incoming cargo waiting to be processed
 
	byte production_rate[2];            ///< production rate for each cargo
 
	byte prod_level;                    ///< general production level
 
	uint16 this_month_production[2];    ///< stats of this month's production per cargo