fix build
This commit is contained in:
parent
478688507d
commit
1543c7ae90
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue