(svn r6741) - Codechange: Simplify and unify resolving of station groups, and use the first available cargo type instead of only the default.
This commit is contained in:
@@ -177,6 +177,7 @@ typedef struct ResolverObject {
|
||||
TileIndex tile;
|
||||
const struct Station *st;
|
||||
const struct StationSpec *statspec;
|
||||
CargoID cargo_type;
|
||||
} station;
|
||||
} u;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user