(svn r24684) -Codechange: Add resolver classes for stations.

This commit is contained in:
alberth
2012-11-10 20:41:08 +00:00
parent a9b8b22daf
commit c417efc962
4 changed files with 159 additions and 166 deletions

View File

@@ -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;