summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;