Skip to content

Commit ee539e3

Browse files
committed
Initial addition of changes for oil burning steam locomotive.
1 parent 2634ac3 commit ee539e3

File tree

2 files changed

+235
-93
lines changed

2 files changed

+235
-93
lines changed

Source/Orts.Simulation/Simulation/RollingStocks/MSTSLocomotive.cs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -478,6 +478,15 @@ public float OdometerM
478478
public float ThrottleIntervention = -1;
479479
public float DynamicBrakeIntervention = -1;
480480

481+
public enum SteamLocomotiveFuelTypes
482+
{
483+
Unknown,
484+
Oil,
485+
Wood, // not used at the moment
486+
Coal, // defaults to coal
487+
}
488+
489+
public SteamLocomotiveFuelTypes SteamLocomotiveFuelType;
481490
public enum TractionMotorTypes
482491
{
483492
DC,

0 commit comments

Comments
 (0)