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 127a70e commit c027307Copy full SHA for c027307
Source/Orts.Simulation/Simulation/RollingStocks/SubSystems/PowerSupplies/DieselPowerSupply.cs
@@ -163,7 +163,13 @@ public class DefaultDieselPowerSupply : DieselPowerSupply
163
private Timer PowerOnTimer;
164
private Timer AuxPowerOnTimer;
165
166
+ /// <remarks>
167
+ /// Used for the corresponding first engine on/off sound triggers.
168
+ /// </remarks>
169
private DieselEngineState PreviousFirstEngineState;
170
171
+ /// Used for the corresponding second engine on/off sound triggers.
172
173
private DieselEngineState PreviousSecondEngineState;
174
175
private bool QuickPowerOn = false;
0 commit comments