(svn r24685) -Codechange: Add resolver classes for rail types.

This commit is contained in:
alberth
2012-11-10 20:41:45 +00:00
parent 87122038fc
commit a2fe66cc02
5 changed files with 62 additions and 67 deletions

View File

@@ -373,10 +373,6 @@ struct ResolverObject {
uint8 count;
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