From 74556769419976aa048b4a0f465fc4e603656678 Mon Sep 17 00:00:00 2001 From: rubidium Date: Wed, 26 Sep 2007 14:21:23 +0000 Subject: (svn r11170) -Fix (r11152): a variable's type was too small for the data that is going to put into it when NewIndustries are finally activated. For now it just removes a warning and doesn't really fix anything. --- 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 bf60975a7..f3f0ca2ca 100644 --- a/src/industry.h +++ b/src/industry.h @@ -9,7 +9,7 @@ #include "helpers.hpp" #include "newgrf_storage.h" -typedef byte IndustryGfx; +typedef uint16 IndustryGfx; typedef uint8 IndustryType; enum { -- cgit v1.2.3-54-g00ecf