Codechange: Reword rail/road type label constants (#11451)

This commit is contained in:
Tyler Trahan
2023-11-10 17:37:22 -05:00
committed by GitHub
parent ef1abbcd1f
commit 235ac0bceb
5 changed files with 17 additions and 17 deletions

View File

@@ -14,8 +14,8 @@
typedef uint32_t RoadTypeLabel;
static const RoadTypeLabel ROADTYPE_ROAD_LABEL = 'ROAD';
static const RoadTypeLabel ROADTYPE_TRAM_LABEL = 'ELRL';
static const RoadTypeLabel ROADTYPE_LABEL_ROAD = 'ROAD';
static const RoadTypeLabel ROADTYPE_LABEL_TRAM = 'ELRL';
/**
* The different roadtypes we support