1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-27 08:29:11 +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:
tron
2006-03-27 06:18:02 +00:00
parent 17bdb11feb
commit f92eac208e

View File

@@ -23,7 +23,7 @@ struct Industry {
uint16 counter; uint16 counter;
byte type; byte type;
Owner owner; byte owner;
byte color_map; byte color_map;
byte last_prod_year; byte last_prod_year;
byte was_cargo_delivered; byte was_cargo_delivered;