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

@@ -3246,7 +3246,7 @@ void StationPickerDrawSprite(int x, int y, StationType st, RailType railtype, Ro
DrawSprite(SPR_TRAMWAY_TRAM + sprite_offset, PAL_NONE, x, y);
}
} else {
/* Drive-in stop */
/* Bay stop */
if (RoadTypeIsRoad(roadtype) && roadtype_info->UsesOverlay()) {
SpriteID ground = GetCustomRoadSprite(roadtype_info, INVALID_TILE, ROTSG_ROADSTOP);
DrawSprite(ground + image, PAL_NONE, x, y);