Add road stops flag for drive-through stops only

This commit is contained in:
Jonathan G Rennison
2022-04-15 17:46:42 +01:00
parent 25dc483de0
commit 8a9afd4621
5 changed files with 31 additions and 2 deletions

View File

@@ -67,6 +67,7 @@ enum RoadStopSpecFlags {
RSF_CB141_RANDOM_BITS, ///< Callback 141 needs random bits.
RSF_NO_ONE_WAY_OVERLAY, ///< Do not show one-way road overlays.
RSF_NO_CATENARY, ///< Do not show catenary.
RSF_DRIVE_THROUGH_ONLY, ///< Stop is drive-through only.
};
enum RoadStopSpecIntlFlags {