diff options
Diffstat (limited to 'src/newgrf_spritegroup.h')
-rw-r--r-- | src/newgrf_spritegroup.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/newgrf_spritegroup.h b/src/newgrf_spritegroup.h index 496ce5c36..06a45c7b9 100644 --- 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; |