mirror of https://github.com/OpenTTD/OpenTTD
(svn r4134) Revert part of r4133: Replacing a byte which gets written to savegames by an enum is a very bad idea
parent
17bdb11feb
commit
f92eac208e
|
@ -23,7 +23,7 @@ struct Industry {
|
|||
uint16 counter;
|
||||
|
||||
byte type;
|
||||
Owner owner;
|
||||
byte owner;
|
||||
byte color_map;
|
||||
byte last_prod_year;
|
||||
byte was_cargo_delivered;
|
||||
|
|
Loading…
Reference in New Issue