1
0
Fork 0

(svn r4134) Revert part of r4133: Replacing a byte which gets written to savegames by an enum is a very bad idea

release/0.5
tron 2006-03-27 06:18:02 +00:00
parent 17bdb11feb
commit f92eac208e
1 changed files with 1 additions and 1 deletions

View File

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