Skip to content

Commit de4bf82

Browse files
committed
Remove unneeded variables
1 parent e7bad63 commit de4bf82

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Source/Orts.Simulation/Simulation/RollingStocks/MSTSSteamLocomotive.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6505,10 +6505,6 @@ private void UpdateSteamTractiveForce(float elapsedClockSeconds, float locomotiv
65056505

65066506
if (Math.Abs((float)SteamEngines[numberofengine].AttachedAxle.AxleSpeedMpS) == 0 && cutoff < 0.05f) // If the reverser is set too low then not sufficient steam is admitted to the steam cylinders, and hence insufficient Motive Force will produced to move the train.
65076507
SteamEngines[numberofengine].RealTractiveForceN = 0;
6508-
6509-
WheelSlip = false;
6510-
WheelSpeedMpS = SpeedMpS;
6511-
DriveWheelSpeedMpS = SpeedMpS;
65126508
}
65136509

65146510
#endregion

0 commit comments

Comments
 (0)