test a possible fix for #2571

This commit is contained in:
sonora 2016-05-23 20:25:01 +02:00
parent 715c6ee299
commit 8df4dfeb66

View file

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