back out prior fix for 2571. While it worked well for lane splits with no action, it suppressed announcing some road splits.

This commit is contained in:
sonora 2016-05-24 00:41:22 +02:00
parent c77c79a8d4
commit 00cb19cd9e

View file

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