summaryrefslogtreecommitdiff
path: root/src/industry.h
diff options
context:
space:
mode:
authorbelugas <belugas@openttd.org>2007-08-22 00:52:25 +0000
committerbelugas <belugas@openttd.org>2007-08-22 00:52:25 +0000
commit116de48fdf097a35632a1dd0455afb80d1c12305 (patch)
tree6761c82bf0e8cae22ffbffc7af4b16fb90465787 /src/industry.h
parenta354a6af9658258df2c8224d470073c011e77a2a (diff)
downloadopenttd-116de48fdf097a35632a1dd0455afb80d1c12305.tar.xz
(svn r10961) -Codechange: Flag default substitutes of industry/tiles with a value that cannot be legal.
This avoids the forest of coal mine error in the futur
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