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.
2 parents 196d83e + 6397400 commit 041d7abCopy full SHA for 041d7ab
Source/Orts.Simulation/Simulation/RollingStocks/MSTSLocomotive.cs
@@ -3156,13 +3156,8 @@ public virtual void AdvancedAdhesion(float elapsedClockSeconds)
3156
public void SimpleAdhesion()
3157
{
3158
MotiveForceN = TractiveForceN;
3159
+ WheelSpeedMpS = AbsSpeedMpS;
3160
// Check if the following few lines are required???
- if (LocoNumDrvAxles <= 0)
3161
- {
3162
- WheelSpeedMpS = AbsSpeedMpS;
3163
- return;
3164
- }
3165
-
3166
if (LocoNumDrvAxles <= 0)
3167
return;
3168
0 commit comments