(svn r10379) -Codechange: silence a compiler warning (which was right) about a variable too little for what's been asked to do

This commit is contained in:
belugas 2007-06-28 19:03:14 +00:00
parent 1761ff341c
commit 42f0593b82
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ struct GRFFileProps {
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
uint8 override; ///< id of the entity been replaced by
uint16 override; ///< id of the entity been replaced by
};
/**