Skip to content

Commit 634047d

Browse files
authored
Merge pull request #485 from Sharpe49/fix-pantograph-confirmation-message
Fix pantograph 1 raise confirmation message
2 parents 92239b0 + 61ece3f commit 634047d

File tree

1 file changed

+1
-1
lines changed
  • Source/Orts.Simulation/Simulation/RollingStocks/SubSystems/PowerSupplies

1 file changed

+1
-1
lines changed

Source/Orts.Simulation/Simulation/RollingStocks/SubSystems/PowerSupplies/Pantograph.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ public void HandleEvent(PowerSupplyEvent evt)
347347
default:
348348
case 1:
349349
soundEvent = Event.Pantograph1Up;
350-
Confirm(CabControl.Pantograph4, CabSetting.On);
350+
Confirm(CabControl.Pantograph1, CabSetting.On);
351351
break;
352352

353353
case 2:

0 commit comments

Comments
 (0)