Merge remote-tracking branch 'origin/master'

This commit is contained in:
Weblate 2013-08-06 22:50:35 +02:00
commit 99f8428d0a

View file

@ -837,7 +837,7 @@ public class RouteCalculationResult {
while(aInfo < alarmInfo.size()) {
AlarmInfo inf = alarmInfo.get(aInfo);
int d = dist - listDistance[inf.locationIndex];
if(d > 700){
if(d > 250){
break;
}
float time = speed > 0 ? d / speed : Integer.MAX_VALUE;