summaryrefslogtreecommitdiff
path: root/industry.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2006-03-27 06:18:02 +0000
committertron <tron@openttd.org>2006-03-27 06:18:02 +0000
commitf92eac208efa4a8cb46402d6cf1118f02ff5a6df (patch)
treeff892a35966560f62adf0cbd3e303d188991058d /industry.h
parent17bdb11feb1fb67a8759b5ef38a6c20819838652 (diff)
downloadopenttd-f92eac208efa4a8cb46402d6cf1118f02ff5a6df.tar.xz
(svn r4134) Revert part of r4133: Replacing a byte which gets written to savegames by an enum is a very bad idea
Diffstat (limited to 'industry.h')
-rw-r--r--industry.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/industry.h b/industry.h
index 338d9c85b..d2e67304c 100644
--- a/industry.h
+++ b/industry.h
@@ -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;