diff options
Diffstat (limited to 'src/newgrf_spritegroup.h')
-rw-r--r-- | src/newgrf_spritegroup.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/newgrf_spritegroup.h b/src/newgrf_spritegroup.h index 112b0c763..2dc5f84d9 100644 --- a/src/newgrf_spritegroup.h +++ b/src/newgrf_spritegroup.h @@ -374,10 +374,6 @@ struct ResolverObject { uint8 station_size; } generic; struct { - TileIndex tile; ///< Tracktile. For track on a bridge this is the southern bridgehead. - TileContext context; ///< Are we resolving sprites for the upper halftile, or on a bridge? - } routes; - struct { struct Station *st; ///< Station of the airport for which the callback is run, or NULL for build gui. byte airport_id; ///< Type of airport for which the callback is run byte layout; ///< Layout of the airport to build. |