We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03ba35e commit b28f7cbCopy full SHA for b28f7cb
Source/Orts.Simulation/Simulation/RollingStocks/TrainCar.cs
@@ -1115,10 +1115,6 @@ public virtual void UpdateTunnelForce()
1115
{
1116
if (CarTunnelData.FrontPositionBeyondStartOfTunnel.HasValue)
1117
1118
- float? TunnelStart;
1119
- float? TunnelAhead;
1120
- float? TunnelBehind;
1121
-
1122
// Calculate tunnel default effective cross-section area, and tunnel perimeter - based upon the designed speed limit of the railway (TRK File)
1123
float TunnelLengthM = CarTunnelData.LengthMOfTunnelAheadFront.Value + CarTunnelData.LengthMOfTunnelBehindRear.Value;
1124
float TrainLengthTunnelM = Train.Length;
0 commit comments