From 42f0593b82912f81dd1e92afb0223b78dc0eb363 Mon Sep 17 00:00:00 2001 From: belugas Date: Thu, 28 Jun 2007 19:03:14 +0000 Subject: (svn r10379) -Codechange: silence a compiler warning (which was right) about a variable too little for what's been asked to do --- 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 9ac25993e..0ec4e1491 100644 --- a/src/industry.h +++ b/src/industry.h @@ -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 }; /** -- cgit v1.2.3-54-g00ecf