equal
deleted
inserted
replaced
66 /** The minimum amount of cargo transported to the stations; if the |
66 /** The minimum amount of cargo transported to the stations; if the |
67 * waiting cargo is less than this number, no cargo is moved to it*/ |
67 * waiting cargo is less than this number, no cargo is moved to it*/ |
68 byte minimal_cargo; |
68 byte minimal_cargo; |
69 CargoID accepts_cargo[3]; |
69 CargoID accepts_cargo[3]; |
70 |
70 |
71 IndustryLifeType life_type; v This is also known as Industry production flag, in newgrf specs |
71 IndustryLifeType life_type; ///< This is also known as Industry production flag, in newgrf specs |
72 |
72 |
73 byte climate_availability; ///< Bitmask, giving landscape enums as bit position |
73 byte climate_availability; ///< Bitmask, giving landscape enums as bit position |
74 |
74 |
75 StringID name; |
75 StringID name; |
76 StringID closure_text; |
76 StringID closure_text; |
77 StringID production_up_text; |
77 StringID production_up_text; |
78 StringID production_down_text; |
78 StringID production_down_text; |