motorway instruction text fishy
This commit is contained in:
parent
61b8b320e3
commit
243fc2664a
@ -165,9 +165,9 @@ public:
|
||||
entireDistance += _dist;
|
||||
} else {
|
||||
if(type == 0 && prevType != 0)
|
||||
routeInstructionString += ",enter motorway and ";
|
||||
routeInstructionString += ",enter motorway, ";
|
||||
if(type != 0 && prevType == 0 )
|
||||
routeInstructionString += ",leave motorway and ";
|
||||
routeInstructionString += ",leave motorway, ";
|
||||
routeInstructionString += "\", \"";
|
||||
if(nameID != 0)
|
||||
routeInstructionString += sEngine->GetEscapedNameForNameID(nameID);
|
||||
|
Loading…
Reference in New Issue
Block a user