diff options
Diffstat (limited to 'src/industry.h')
-rw-r--r-- | src/industry.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/industry.h b/src/industry.h index 6486888d7..e2e5c3aa7 100644 --- a/src/industry.h +++ b/src/industry.h @@ -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 |