Codechange: Use rail/road type label constants instead of literals. (#11450)

This commit is contained in:
Peter Nelson
2023-11-08 23:45:08 +00:00
committed by GitHub
parent 382d7a9076
commit 9f90ab7b04
3 changed files with 9 additions and 6 deletions

View File

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