File tree Expand file tree Collapse file tree 1 file changed +7
-12
lines changed
Source/Orts.Simulation/Simulation/RollingStocks Expand file tree Collapse file tree 1 file changed +7
-12
lines changed Original file line number Diff line number Diff line change @@ -3839,6 +3839,13 @@ public override string GetDynamicBrakeStatus()
3839
3839
}
3840
3840
#endregion
3841
3841
3842
+ public override void SignalEvent ( TCSEvent evt )
3843
+ {
3844
+ TrainControlSystem . HandleEvent ( evt ) ;
3845
+
3846
+ base . SignalEvent ( evt ) ;
3847
+ }
3848
+
3842
3849
public override void SignalEvent ( PowerSupplyEvent evt )
3843
3850
{
3844
3851
LocomotivePowerSupply . HandleEvent ( evt ) ;
@@ -3858,18 +3865,6 @@ public virtual void SetPower(bool toState)
3858
3865
LocomotivePowerSupply . HandleEvent ( toState ? PowerSupplyEvent . QuickPowerOn : PowerSupplyEvent . QuickPowerOff ) ;
3859
3866
}
3860
3867
3861
- public override void SignalEvent ( TCSEvent evt )
3862
- {
3863
- TrainControlSystem . HandleEvent ( evt ) ;
3864
-
3865
- base . SignalEvent ( evt ) ;
3866
- }
3867
-
3868
- public override void SignalEvent ( PowerSupplyEvent evt )
3869
- {
3870
-
3871
- }
3872
-
3873
3868
internal void ToggleMUCommand ( bool ToState )
3874
3869
{
3875
3870
AcceptMUSignals = ToState ;
You can’t perform that action at this time.
0 commit comments