Add road stops flag to disable drawing catenary

This commit is contained in:
Jonathan G Rennison
2022-04-15 11:47:57 +01:00
parent 51ffc80cf6
commit ad0dc6dc87
6 changed files with 21 additions and 12 deletions

View File

@@ -66,6 +66,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.
RSF_NO_CATENARY, ///< Do not show catenary.
};
enum RoadStopSpecIntlFlags {