mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-04 03:43:46 +00:00
Fix Romania roadhsield name
Signed-off-by: Yannik Bloscheck <git@yannikbloscheck.com>
This commit is contained in:
committed by
Konstantin Pastbin
parent
4f443edc13
commit
67d88b4fa9
@@ -222,9 +222,9 @@ std::string GetRoadShieldSymbolName(ftypes::RoadShield const & shield, double fo
|
||||
else if (shield.m_type == ftypes::RoadShieldType::Hungary_Blue)
|
||||
result = "shield-hungary-blue";
|
||||
else if (shield.m_type == ftypes::RoadShieldType::Romania_DN)
|
||||
result = "shield-romania-dn";
|
||||
result = "shield-ro-dn";
|
||||
else if (shield.m_type == ftypes::RoadShieldType::Romania_DJ)
|
||||
result = "shield-romania-dj";
|
||||
result = "shield-ro-dj";
|
||||
else
|
||||
ASSERT(false, ("This shield type doesn't support symbols:", shield.m_type));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user