You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Source/Orts.Simulation/Simulation/RollingStocks/TrainCar.cs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -646,8 +646,7 @@ public Direction Direction
646
646
publicintLocoNumDrvAxles;// Number of drive axles on locomotive
647
647
protectedfloatMSTSLocoNumDrvWheels;// Number of drive axles on locomotive - used to read MSTS value as default
648
648
publicfloatDriverWheelRadiusM=Me.FromIn(30.0f);// Drive wheel radius of locomotive wheels - Wheel radius of loco drive wheels can be anywhere from about 10" to 40".
649
-
650
-
publicenumSteamEngineTypes
649
+
publicenumSteamEngineTypes
651
650
{
652
651
Unknown,
653
652
Simple,
@@ -662,6 +661,7 @@ public enum SandingSystemTypes
0 commit comments