(svn r24685) -Codechange: Add resolver classes for rail types.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user