summaryrefslogtreecommitdiff
path: root/src/newgrf_station.h
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2011-05-14 12:38:10 +0000
committerfrosch <frosch@openttd.org>2011-05-14 12:38:10 +0000
commitfdd2f8447eb2a6fedb42180f5dc5367a14c0f2bf (patch)
tree9ce86762fc147f169651bbdb030f8577c41bae6d /src/newgrf_station.h
parent930d0c97021d9ec9d3acf37d916b236de0c1ca3a (diff)
downloadopenttd-fdd2f8447eb2a6fedb42180f5dc5367a14c0f2bf.tar.xz
(svn r22453) -Feature(ette): Implement variable 18 for custom station foundations.
Diffstat (limited to 'src/newgrf_station.h')
-rw-r--r--src/newgrf_station.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newgrf_station.h b/src/newgrf_station.h
index df474774c..c7fb556e6 100644
--- a/src/newgrf_station.h
+++ b/src/newgrf_station.h
@@ -116,7 +116,7 @@ uint32 GetPlatformInfo(Axis axis, byte tile, int platforms, int length, int x, i
* for variational sprite groups. */
SpriteID GetCustomStationRelocation(const StationSpec *statspec, const BaseStation *st, TileIndex tile);
SpriteID GetCustomStationGroundRelocation(const StationSpec *statspec, const BaseStation *st, TileIndex tile);
-SpriteID GetCustomStationFoundationRelocation(const StationSpec *statspec, const BaseStation *st, TileIndex tile);
+SpriteID GetCustomStationFoundationRelocation(const StationSpec *statspec, const BaseStation *st, TileIndex tile, uint layout, uint edge_info);
uint16 GetStationCallback(CallbackID callback, uint32 param1, uint32 param2, const StationSpec *statspec, const BaseStation *st, TileIndex tile);
/* Allocate a StationSpec to a Station. This is called once per build operation. */