(svn r10088) -Codechange: A typo and a code-style

This commit is contained in:
belugas
2007-06-10 23:40:29 +00:00
parent a2b505e4ca
commit 7f8b42b598
2 changed files with 4 additions and 2 deletions

View File

@@ -106,7 +106,7 @@ struct GRFFileProps {
uint8 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 house
const struct GRFFile *grffile; ///< grf file that introduced this industry
uint8 override; ///< id of the entity been replaced by
};