From e8df5563dbf171aa5953a31d71cf30d42bbf4162 Mon Sep 17 00:00:00 2001 From: terkhen Date: Sun, 12 Jun 2011 20:34:37 +0000 Subject: (svn r22559) -Codechange: Remove constness from Station in ResolverObject. --- src/newgrf_station.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/newgrf_station.h') diff --git a/src/newgrf_station.h b/src/newgrf_station.h index fe924d51d..82656ec04 100644 --- a/src/newgrf_station.h +++ b/src/newgrf_station.h @@ -112,7 +112,7 @@ const StationSpec *GetStationSpec(TileIndex t); uint32 GetPlatformInfo(Axis axis, byte tile, int platforms, int length, int x, int y, bool centred); SpriteID GetCustomStationRelocation(const StationSpec *statspec, BaseStation *st, TileIndex tile, uint32 var10 = 0); -SpriteID GetCustomStationFoundationRelocation(const StationSpec *statspec, const BaseStation *st, TileIndex tile, uint layout, uint edge_info); +SpriteID GetCustomStationFoundationRelocation(const StationSpec *statspec, BaseStation *st, TileIndex tile, uint layout, uint edge_info); uint16 GetStationCallback(CallbackID callback, uint32 param1, uint32 param2, const StationSpec *statspec, BaseStation *st, TileIndex tile); /* Allocate a StationSpec to a Station. This is called once per build operation. */ -- cgit v1.2.3-54-g00ecf