summaryrefslogtreecommitdiff
path: root/industry.h
diff options
context:
space:
mode:
Diffstat (limited to 'industry.h')
-rw-r--r--industry.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/industry.h b/industry.h
index 8e7909cb4..b53486fdc 100644
--- a/industry.h
+++ b/industry.h
@@ -37,7 +37,7 @@ struct Industry {
byte type;
byte owner;
- byte color_map;
+ byte random_color;
Year last_prod_year;
byte was_cargo_delivered;
@@ -68,8 +68,9 @@ typedef struct IndustrySpec {
byte minimal_cargo;
CargoID accepts_cargo[3];
- IndustryLifeType life_type; //this is also known as Industry production flag, in newgrf specs
+ IndustryLifeType life_type; // This is also known as Industry production flag, in newgrf specs
+ StringID name;
StringID closure_text;
StringID production_up_text;
StringID production_down_text;