diff options
author | peter1138 <peter1138@openttd.org> | 2012-12-23 15:38:54 +0000 |
---|---|---|
committer | peter1138 <peter1138@openttd.org> | 2012-12-23 15:38:54 +0000 |
commit | fb58c42aa07679fba72a76e9c01d01de6fb69e3b (patch) | |
tree | 11139528802009848d5ef41ee15965a1e499bafe /src/station_cmd.cpp | |
parent | 245e32a10efb0dc924289a8cdec089cd13f3b47d (diff) | |
download | openttd-fb58c42aa07679fba72a76e9c01d01de6fb69e3b.tar.xz |
(svn r24840) -Fix: Draw NewGRF railtypes in NewGRF station previews.
Diffstat (limited to 'src/station_cmd.cpp')
-rw-r--r-- | src/station_cmd.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/station_cmd.cpp b/src/station_cmd.cpp index 94d03b302..9377009ea 100644 --- a/src/station_cmd.cpp +++ b/src/station_cmd.cpp @@ -2559,7 +2559,7 @@ const DrawTileSprites *GetStationTileLayout(StationType st, byte gfx) * @param [out] overlay_offset Overlay to draw. * @return true if overlay can be drawn. */ -static bool SplitGroundSpriteForOverlay(const TileInfo *ti, SpriteID *ground, RailTrackOffset *overlay_offset) +bool SplitGroundSpriteForOverlay(const TileInfo *ti, SpriteID *ground, RailTrackOffset *overlay_offset) { bool snow_desert; switch (*ground) { |