From 490811535584e73888fe8177b385b29d08d46daa Mon Sep 17 00:00:00 2001 From: rubidium Date: Tue, 27 Feb 2007 23:36:28 +0000 Subject: (svn r8935) -Codechange: unification of track type between road and rail tiles, unification of ground type between normal rail tiles and depots/waypoints and removing the need for RailTileSubType. --- src/rail.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rail.cpp') diff --git a/src/rail.cpp b/src/rail.cpp index dd2674d2d..08670e4fd 100644 --- a/src/rail.cpp +++ b/src/rail.cpp @@ -110,7 +110,7 @@ RailType GetTileRailType(TileIndex tile) case MP_STREET: /* rail/road crossing */ - if (IsLevelCrossing(tile)) return GetRailTypeCrossing(tile); + if (IsLevelCrossing(tile)) return GetRailType(tile); break; case MP_STATION: -- cgit v1.2.3-54-g00ecf