summaryrefslogtreecommitdiff
path: root/industry.h
diff options
context:
space:
mode:
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 698a981a0..2e618edd9 100644
--- a/industry.h
+++ b/industry.h
@@ -35,7 +35,7 @@ struct Industry {
Year last_prod_year;
byte was_cargo_delivered;
- uint16 index;
+ IndustryID index;
};
typedef struct IndustryTileTable {