Add road stop flag to not show one-way road overlays

This commit is contained in:
Jonathan G Rennison
2022-02-25 12:42:32 +00:00
parent 2ce5a93527
commit e24d7c88bc
4 changed files with 6 additions and 2 deletions

View File

@@ -65,6 +65,7 @@ DECLARE_ENUM_AS_BIT_SET(RoadStopDrawMode)
enum RoadStopSpecFlags {
RSF_CB141_RANDOM_BITS, ///< Callback 141 needs random bits.
RSF_NO_ONE_WAY_OVERLAY, ///< Do not show one-way road overlays.
};
enum RoadStopSpecIntlFlags {