motorway instruction text fishy

This commit is contained in:
Dennis Luxen 2011-05-13 14:39:04 +00:00
parent 61b8b320e3
commit 243fc2664a

View File

@ -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);