Add signals_style_lookahead_single_signal_only signal style property
This commit is contained in:
@@ -60,6 +60,7 @@ enum TrainReservationLookAheadItemType : byte {
|
||||
|
||||
enum TrainReservationSignalLookAheadItemFlags {
|
||||
TRSLAI_NO_ASPECT_INC = 0, ///< This signal does not increase the signal aspect (e.g. banner repeater)
|
||||
TRSLAI_NEXT_ONLY = 1, ///< This signal only permits lookahead up to the next physical signal, even if that has TRSLAI_NO_ASPECT_INC (e.g. shunt)
|
||||
};
|
||||
|
||||
struct TrainReservationLookAheadItem {
|
||||
|
Reference in New Issue
Block a user