From 0181678cdedc9c02934a1add07fe9f81458b151f Mon Sep 17 00:00:00 2001 From: belugas Date: Thu, 10 Jan 2008 00:53:17 +0000 Subject: [PATCH] (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(+) diff --git a/src/newgrf_industrytiles.cpp b/src/newgrf_industrytiles.cpp index a26d7167f8..8c4a556343 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;