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 68c19ebc1..c9cb87b9f 100644
--- a/src/industry.h
+++ b/src/industry.h
@@ -133,7 +133,7 @@ struct IndustryTileTable {
/** Data related to the handling of grf files. Common to both industry and industry tile */
struct GRFFileProps {
- uint8 subst_id;
+ uint16 subst_id;
uint16 local_id; ///< id defined by the grf file for this industry
struct SpriteGroup *spritegroup; ///< pointer to the different sprites of the industry
const struct GRFFile *grffile; ///< grf file that introduced this industry