mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-25 15:39:09 +00:00
(svn r4134) Revert part of r4133: Replacing a byte which gets written to savegames by an enum is a very bad idea
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user