src/industry.h
changeset 7460 78e4e3c62f91
parent 7445 4d96e6e94d88
child 7462 74a281f80498
--- a/src/industry.h	Tue Aug 21 00:29:10 2007 +0000
+++ b/src/industry.h	Wed Aug 22 00:52:25 2007 +0000
@@ -133,7 +133,7 @@
 
 /** 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