(svn r11139) -Codechange: add support for persistent storage for NewGRFs.
This commit is contained in:
@@ -140,6 +140,7 @@ static void NewIndustryTileResolver(ResolverObject *res, IndustryGfx gfx, TileIn
|
||||
res->GetVariable = IndustryTileGetVariable;
|
||||
res->ResolveReal = IndustryTileResolveReal;
|
||||
|
||||
res->psa = &indus->psa;
|
||||
res->u.industry.tile = tile;
|
||||
res->u.industry.ind = indus;
|
||||
res->u.industry.gfx = gfx;
|
||||
|
Reference in New Issue
Block a user