(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:
@@ -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
|
||||
|
Reference in New Issue
Block a user