mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-21 11:22:45 +01:00
(svn r24840) -Fix: Draw NewGRF railtypes in NewGRF station previews.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user