(svn r22558) -Codechange: Remove constness from BaseStation in ResolverObject.

This commit is contained in:
terkhen
2011-06-12 20:34:03 +00:00
parent e392f26215
commit faa77c9bc4
3 changed files with 5 additions and 5 deletions

View File

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