Add tunnel/bridge entrance/exit values to entry direction conditional

This commit is contained in:
Jonathan G Rennison
2021-11-13 22:52:27 +00:00
parent 74bfe4e6d2
commit b259d04339
4 changed files with 21 additions and 2 deletions

View File

@@ -194,6 +194,8 @@ enum TraceRestrictDirectionTypeSpecialValue {
TRNTSV_NW = 3, ///< DIAGDIR_NW: entering at NW tile edge
TRDTSV_FRONT = 4, ///< entering at front face of signal
TRDTSV_BACK = 5, ///< entering at rear face of signal
TRDTSV_TUNBRIDGE_ENTER = 32, ///< signal is a tunnel/bridge entrance
TRDTSV_TUNBRIDGE_EXIT = 33, ///< signal is a tunnel/bridge exit
};
/**