Add rail ground type support for rail custom bridge heads

See: #146
This commit is contained in:
Jonathan G Rennison
2020-05-19 00:41:35 +01:00
parent 1f5322de20
commit ea06a0670d
8 changed files with 226 additions and 55 deletions

View File

@@ -588,6 +588,7 @@ static inline bool IsSnowRailGround(TileIndex t)
return GetRailGroundType(t) == RAIL_GROUND_ICE_DESERT;
}
RailGroundType GetTunnelBridgeGroundType(TileIndex tile);
static inline void MakeRailNormal(TileIndex t, Owner o, TrackBits b, RailType r)
{