From 136d726b6fc8839779380c4af67e56a053a22be1 Mon Sep 17 00:00:00 2001 From: rubidium Date: Fri, 28 Sep 2007 21:24:25 +0000 Subject: (svn r11185) -Codechange: prepare some more code for the introduction of NewIndustries. Patch by Belugas. --- src/industry.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/industry.h') diff --git a/src/industry.h b/src/industry.h index d1d71abce..2745787d4 100644 --- a/src/industry.h +++ b/src/industry.h @@ -15,11 +15,11 @@ typedef uint8 IndustryType; enum { INVALID_INDUSTRY = 0xFFFF, NEW_INDUSTRYOFFSET = 37, ///< original number of industries - NUM_INDUSTRYTYPES = 37, ///< total number of industries, new and old + NUM_INDUSTRYTYPES = 64, ///< total number of industries, new and old INDUSTRYTILE_NOANIM = 0xFF, ///< flag to mark industry tiles as having no animation NEW_INDUSTRYTILEOFFSET = 175, ///< original number of tiles INVALID_INDUSTRYTYPE = NUM_INDUSTRYTYPES, ///< one above amount is considered invalid - NUM_INDUSTRYTILES = NEW_INDUSTRYTILEOFFSET, ///< total number of industry tiles, new and old + NUM_INDUSTRYTILES = 512, ///< total number of industry tiles, new and old INVALID_INDUSTRYTILE = NUM_INDUSTRYTILES, ///< one above amount is considered invalid INDUSTRY_COMPLETED = 3, ///< final stage of industry construction. }; -- cgit v1.2.3-54-g00ecf