(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
This commit is contained in:
belugas
2007-08-22 00:52:25 +00:00
parent 77440b09e4
commit dd61fd374f
2 changed files with 3 additions and 3 deletions

View File

@@ -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