fix build

This commit is contained in:
sonora 2016-05-24 10:26:12 +02:00
parent 1543c7ae90
commit 95f3ef4b80

View file

@ -838,7 +838,7 @@ public class RouteResultPreparation {
}
}
//Test suppressing 'ghost turns' where lanes split with no action (go staight) or a subsequent turn will be announced anyway. This mostly causes Issue 2571.
if (t = TurnType.valueOf(TurnType.C, leftSide)) {;
if (t = TurnType.valueOf(TurnType.C, leftSide)) {
rs.speak = false;
}
t.setSkipToSpeak(!rs.speak);