Road stops: Add flag to use custom graphics for disabled views in build window

This commit is contained in:
Jonathan G Rennison
2023-03-19 11:01:17 +00:00
parent ec73775f97
commit 2e7545f85f
4 changed files with 6 additions and 2 deletions

View File

@@ -71,6 +71,7 @@ enum RoadStopSpecFlags {
RSF_NO_AUTO_ROAD_CONNECTION, ///< No auto road connection.
RSF_BUILD_MENU_ROAD_ONLY, ///< Only show in the road build menu (not tram).
RSF_BUILD_MENU_TRAM_ONLY, ///< Only show in the tram build menu (not road).
RSF_BUILD_MENU_DRAW_DISABLED_VIEWS, ///< Use custom road stop graphics for disabled views
};
enum RoadStopSpecIntlFlags {