Skip to content

Commit 13ab244

Browse files
committed
Update
1 parent d870f6b commit 13ab244

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Source/Orts.Simulation/Simulation/Timetables/ProcessTimetable.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3430,8 +3430,7 @@ public bool BuildStopInfo(TTTrain actTrain, int actPlatformID, Signals signalRef
34303430

34313431
// create station stop info
34323432
validStop = actTrain.CreateStationStop(actPlatformID, arrivalTime, departureTime, arrivalDT, departureDT, AITrain.clearingDistanceM,
3433-
AITrain.minStopDistanceM, terminal, actMinStopTime,keepClearFront, keepClearRear, forcePosition, closeupSignal, closeup, restrictPlatformToSignal,
3434-
extendPlatformToSignal, endStop, allowDepartEarly);
3433+
AITrain.minStopDistanceM, terminal, actMinStopTime,keepClearFront, keepClearRear, forcePosition, closeupSignal, closeup, restrictPlatformToSignal, extendPlatformToSignal, endStop, allowDepartEarly);
34353434

34363435
// override holdstate using stop info - but only if exit signal is defined
34373436

0 commit comments

Comments
 (0)