Doc: Don't use other names for road vehicle bay stops (#11418)

This commit is contained in:
Tyler Trahan
2023-11-01 17:19:31 -04:00
committed by GitHub
parent d3cb6e1e67
commit 49d53c41ab
3 changed files with 3 additions and 3 deletions

View File

@@ -64,7 +64,7 @@ enum RoadTypeSpriteGroup {
ROTSG_reserved2, ///< Placeholder, if we need specific level crossing sprites.
ROTSG_DEPOT, ///< Optional: Depot images
ROTSG_reserved3, ///< Placeholder, if we add road fences (for highways).
ROTSG_ROADSTOP, ///< Required: Drive-in stop surface
ROTSG_ROADSTOP, ///< Required: Bay stop surface
ROTSG_ONEWAY, ///< Optional: One-way indicator images
ROTSG_END,
};