Added missing variable for Austrian B-Roads to fix an error on B225

Signed-off-by: vikiawv <vikiawv@noreply.codeberg.org>
This commit is contained in:
vikiawv
2025-12-05 14:29:06 +01:00
committed by Konstantin Pastbin
parent 8b9440f407
commit d81a9958be

View File

@@ -515,6 +515,7 @@ public:
{{"A", HighwayClass::Motorway, RoadShieldType::Generic_Blue_Bordered},
{"S", HighwayClass::Trunk, RoadShieldType::Generic_Blue_Bordered},
{"B", HighwayClass::Primary, RoadShieldType::Generic_Blue, false, true},
{"B", HighwayClass::Trunk, RoadShieldType::Generic_Blue, false, true},
{"P", HighwayClass::Primary, RoadShieldType::Generic_Pill_Red_Bordered, false, true},
{"L", HighwayClass::Secondary, RoadShieldType::Generic_Pill_White_Bordered, false, true},
{"L", HighwayClass::Tertiary, RoadShieldType::Generic_Pill_White_Bordered, false, true}})