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 117287f commit 038a2f4Copy full SHA for 038a2f4
Source/Orts.Simulation/Simulation/RollingStocks/MSTSWagon.cs
@@ -436,7 +436,7 @@ public virtual void LoadFromWagFile(string wagFilePath)
436
}
437
438
439
- // Ensure Drive Axles is set to a default if no OR value added to WAG file, assumes that WagonNumAxles only needs to be set on non locomotive cars
+ // Ensure Drive Axles is set to a default if no OR value added to WAG file
440
if (WagonNumAxles == 0 && WagonType != WagonTypes.Engine)
441
{
442
if (MSTSWagonNumWheels != 0 && MSTSWagonNumWheels < 6)
0 commit comments