mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-06 22:28:56 +00:00
(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:
parent
1761ff341c
commit
42f0593b82
@ -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
|
||||
};
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user