Skip to content

Commit 8a9c8f9

Browse files
committed
Use quick power on for AI trains
1 parent dfe18e6 commit 8a9c8f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2149,7 +2149,7 @@ public override void Update(float elapsedClockSeconds)
21492149
if (RemoteControlGroup != -1)
21502150
{
21512151
if (!LocomotivePowerSupply.MainPowerSupplyOn)
2152-
Train.SignalEvent(PowerSupplyEvent.RaisePantograph, 1);
2152+
Train.SignalEvent(PowerSupplyEvent.QuickPowerOn);
21532153

21542154
if (this is MSTSDieselLocomotive dieselLocomotive)
21552155
{

0 commit comments

Comments
 (0)