From 94200b63b807cd2f9c28bfae400ff5f49e524725 Mon Sep 17 00:00:00 2001 From: belugas Date: Sun, 10 Jun 2007 23:40:29 +0000 Subject: (svn r10088) -Codechange: A typo and a code-style --- src/industry.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/industry.h') diff --git a/src/industry.h b/src/industry.h index 6cb853524..9ac25993e 100644 --- a/src/industry.h +++ b/src/industry.h @@ -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 }; -- cgit v1.2.3-54-g00ecf