File diff r18255:a991a3ab7037 → r18256:4d7d2550ba08
src/elrail.cpp
Show inline comments
 
@@ -376,7 +376,7 @@ static void DrawCatenaryRailway(const Ti
 
			foundation = GetBridgeFoundation(tileh[TS_NEIGHBOUR], DiagDirToAxis(GetTunnelBridgeDirection(neighbour)));
 
		}
 

	
 
		ApplyPixelFoundationToSlope(foundation, &tileh[TS_NEIGHBOUR]);
 
		ApplyFoundationToSlope(foundation, &tileh[TS_NEIGHBOUR]);
 

	
 
		/* Half tile slopes coincide only with horizontal/vertical track.
 
		 * Faking a flat slope results in the correct sprites on positions. */