summaryrefslogtreecommitdiff
path: root/src/industry.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/industry.h')
-rw-r--r--src/industry.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/industry.h b/src/industry.h
index f8cf63c82..a7b532381 100644
--- a/src/industry.h
+++ b/src/industry.h
@@ -36,7 +36,7 @@ struct Industry {
uint16 counter;
byte type;
- byte owner;
+ OwnerByte owner;
byte random_color;
Year last_prod_year;
byte was_cargo_delivered;