From 88f11bbfeb253a09bacc56476783399680f20bb1 Mon Sep 17 00:00:00 2001 From: belugas Date: Thu, 10 Jan 2008 00:53:17 +0000 Subject: (svn r11804) -Fix(r11797,FS#1636): Industry tiles should receive the same medecine as indstries themselves regarding the resolver's object --- src/newgrf_industrytiles.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/newgrf_industrytiles.cpp b/src/newgrf_industrytiles.cpp index a26d7167f..8c4a55634 100644 --- a/src/newgrf_industrytiles.cpp +++ b/src/newgrf_industrytiles.cpp @@ -166,6 +166,7 @@ static void NewIndustryTileResolver(ResolverObject *res, IndustryGfx gfx, TileIn res->u.industry.tile = tile; res->u.industry.ind = indus; res->u.industry.gfx = gfx; + res->u.industry.type = indus->type; res->callback = CBID_NO_CALLBACK; res->callback_param1 = 0; -- cgit v1.2.3-70-g09d2