Codechange: Use rail/road type label constants instead of literals. (#11450)
This commit is contained in:
@@ -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
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user