(svn r16859) -Codechange: split the Station struct into two so parts of it can be reused for Waypoints.
This commit is contained in:
@@ -307,7 +307,7 @@ struct ResolverObject {
|
||||
} canal;
|
||||
struct {
|
||||
TileIndex tile;
|
||||
const struct Station *st;
|
||||
const struct BaseStation *st;
|
||||
const struct StationSpec *statspec;
|
||||
CargoID cargo_type;
|
||||
} station;
|
||||
|
Reference in New Issue
Block a user