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

@@ -294,7 +294,7 @@ void DrawRoadStopTile(int x, int y, RoadType roadtype, const RoadStopSpec *spec,
}
}
} else {
/* Drive-in stop */
/* Bay stop */
if ((spec->draw_mode & ROADSTOP_DRAW_MODE_ROAD) && rti->UsesOverlay()) {
SpriteID ground = GetCustomRoadSprite(rti, INVALID_TILE, ROTSG_ROADSTOP);
DrawSprite(ground + view, PAL_NONE, x, y);