Fix documentation comment for RSF_DRAW_MODE_REGISTER

This commit is contained in:
Jonathan G Rennison
2024-04-23 22:29:55 +01:00
parent 980de7353d
commit 07cfa5f602

View File

@@ -71,8 +71,8 @@ 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
RSF_DRAW_MODE_REGISTER, ///< Use custom road stop graphics for disabled views
RSF_BUILD_MENU_DRAW_DISABLED_VIEWS, ///< Use custom road stop graphics for disabled views.
RSF_DRAW_MODE_REGISTER, ///< Read draw mode from register 0x100.
};
enum RoadStopSpecIntlFlags {