From 240bba540ecf708dd91b0cef3608ca661fb2f22c Mon Sep 17 00:00:00 2001 From: belugas Date: Thu, 21 Jun 2007 17:09:10 +0000 Subject: (svn r10256) -Add: Addition of IndustryTileOverrideManager --- src/newgrf_industries.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/newgrf_industries.cpp') diff --git a/src/newgrf_industries.cpp b/src/newgrf_industries.cpp index 5c0d74134..402bccccb 100644 --- a/src/newgrf_industries.cpp +++ b/src/newgrf_industries.cpp @@ -19,6 +19,7 @@ * to those used by the game, the IDs used for overriding old industries must be * translated when the idustry spec is set. */ IndustryOverrideManager _industry_mngr(NEW_INDUSTRYOFFSET, NUM_INDUSTRYTYPES, INVALID_INDUSTRYTYPE); +IndustryTileOverrideManager _industile_mngr(NEW_INDUSTRYTILEOFFSET, NUM_INDUSTRYTILES, INVALID_INDUSTRYTILE); /** * Finds the distance for the closest tile with water/land given a tile -- cgit v1.2.3-54-g00ecf