back out alternative

This commit is contained in:
sonora 2016-05-23 23:49:38 +02:00
parent 3a740df03b
commit c77c79a8d4

View file

@ -896,8 +896,7 @@ public class RouteResultPreparation {
rs.keepRight = true;
rs.leftLanes += lanes;
}
// rs.speak = rs.speak || (rsSpeakPriority <= speakPriority && speakPriority > 0);
rs.speak = rs.speak || (rsSpeakPriority < speakPriority);
rs.speak = rs.speak || (rsSpeakPriority <= speakPriority && speakPriority > 0);
} else {
if (attachedOnTheRight) {
rs.addRoadsOnRight++;