(svn r6930) -Codechange: Move industry name into IndustrySpec

-Codechange: member color_map is more related to random color, rename it as such
This commit is contained in:
belugas
2006-10-24 19:19:25 +00:00
parent d58e43a95e
commit c4ac95efa8
6 changed files with 54 additions and 14 deletions

View File

@@ -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;