diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/elrail.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/elrail.cpp b/src/elrail.cpp index 757790312..3a4275ddd 100644 --- a/src/elrail.cpp +++ b/src/elrail.cpp @@ -276,7 +276,7 @@ static void DrawCatenaryRailway(const TileInfo *ti) * Faking a flat slope results in the correct sprites on positions. */ Corner halftile_corner = CORNER_INVALID; if (IsHalftileSlope(tileh[TS_HOME])) { - halftile_corner = GetHighestSlopeCorner(tileh[TS_HOME]); + halftile_corner = GetHalftileSlopeCorner(tileh[TS_HOME]); tileh[TS_HOME] = SLOPE_FLAT; } |