(svn r22558) -Codechange: Remove constness from BaseStation in ResolverObject.
This commit is contained in:
@@ -330,7 +330,7 @@ struct ResolverObject {
|
||||
} canal;
|
||||
struct {
|
||||
TileIndex tile;
|
||||
const struct BaseStation *st;
|
||||
struct BaseStation *st;
|
||||
const struct StationSpec *statspec;
|
||||
CargoID cargo_type;
|
||||
} station;
|
||||
|
Reference in New Issue
Block a user