fix build

This commit is contained in:
sonora 2016-05-24 02:03:36 +02:00
parent 1296741b26
commit e1566920b4

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);
//if (rs.keepLeft && rs.keepRight) it probably means you have no action here to be announced here
if (rs.keepLeft && rs.keepRight) {
rs.speak = false;