(svn r11804) -Fix(r11797,FS#1636): Industry tiles should receive the same medecine as indstries themselves regarding the resolver's object
authorbelugas
Thu, 10 Jan 2008 00:53:17 +0000
changeset 8240 0a10b565233a
parent 8239 fdfd0e6c4b51
child 8241 b5c1a0a74838
(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
--- a/src/newgrf_industrytiles.cpp	Wed Jan 09 23:17:40 2008 +0000
+++ b/src/newgrf_industrytiles.cpp	Thu Jan 10 00:53:17 2008 +0000
@@ -166,6 +166,7 @@
 	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;