File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed
Source/Orts.Simulation/Simulation/RollingStocks Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -506,7 +506,7 @@ public override void Initialize()
506506 Trace . TraceInformation ( "===================================================================================================================\n \n " ) ;
507507 }
508508 }
509-
509+ if ( ! Simulator . Settings . NoDieselEngineStart ) SetPower ( true ) ;
510510 }
511511
512512 /// <summary>
Original file line number Diff line number Diff line change @@ -997,12 +997,6 @@ public void Copy(DieselEngine other)
997997
998998 public void Initialize ( )
999999 {
1000- if ( ! Simulator . Settings . NoDieselEngineStart )
1001- {
1002- RealRPM = IdleRPM ;
1003- State = DieselEngineState . Running ;
1004- }
1005-
10061000 RPMRange = MaxRPM - IdleRPM ;
10071001 MagnitudeRange = MaxMagnitude - InitialMagnitude ;
10081002 ExhaustRange = MaxExhaust - InitialExhaust ;
You can’t perform that action at this time.
0 commit comments