diff src/industry.h @ 7165:c3b231638b80 draft

(svn r10439) -Codechange: initial steps for customized industry productions.
author rubidium <rubidium@openttd.org>
date Wed, 04 Jul 2007 18:27:21 +0000
parents 4a108dac9a2b
children 8b43391dc0c2
line wrap: on
line diff
--- a/src/industry.h
+++ b/src/industry.h
@@ -78,7 +78,8 @@
 	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