diff --git a/src/newgrf_spritegroup.h b/src/newgrf_spritegroup.h --- a/src/newgrf_spritegroup.h +++ b/src/newgrf_spritegroup.h @@ -231,11 +231,6 @@ struct ResolverObject { IndustryGfx gfx; } industry; struct { - TileIndex tile; - const IndustrySpec *spec; - uint itspec_index; - } industry_location; - struct { const struct CargoSpec *cs; } cargo; } u;