Tracerestrict: Add status test for if train is stopping at order destination

Station/waypoint of current order
This commit is contained in:
Jonathan G Rennison
2023-04-11 22:01:51 +01:00
parent cfc6b1b302
commit 55f11129c8
5 changed files with 21 additions and 1 deletions

View File

@@ -334,6 +334,7 @@ enum TraceRestrictTrainStatusValueField {
TRTSVF_WAITING = 8, ///< Train is waiting
TRTSVF_LOST = 9, ///< Train is lost
TRTSVF_REQUIRES_SERVICE = 10, ///< Train requires service
TRTSVF_STOPPING_AT_STATION_WAYPOINT= 11, ///< Train stops at destination station/waypoint
};
/**