(svn r24684) -Codechange: Add resolver classes for stations.
This commit is contained in:
@@ -357,13 +357,6 @@ struct ResolverObject {
|
||||
EngineID self_type;
|
||||
bool info_view; ///< Indicates if the item is being drawn in an info window
|
||||
} vehicle;
|
||||
struct {
|
||||
TileIndex tile;
|
||||
struct BaseStation *st;
|
||||
const struct StationSpec *statspec;
|
||||
CargoID cargo_type;
|
||||
Axis axis; ///< Station axis, used only for the slope check callback.
|
||||
} station;
|
||||
struct {
|
||||
TileIndex tile;
|
||||
Industry *ind;
|
||||
|
Reference in New Issue
Block a user