arreglos
parent
6111d62e61
commit
01f5f499e7
|
|
@ -920,24 +920,20 @@ BOOL Colv_limp_thr::rellena_info_nw()
|
|||
s = OLV_LIMP_FLG_CIRC_NONE;
|
||||
nno++;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
nboth++;
|
||||
}
|
||||
|
||||
///////////////////////////////
|
||||
//fow
|
||||
f=dbf.getI(icampf);
|
||||
f = dbf.getI(icampf);
|
||||
//solo mira si es pedestrian, f==14
|
||||
if(f)
|
||||
if (f)
|
||||
{
|
||||
s=OLV_LIMP_FLG_CIRC_NONE;
|
||||
ispedestrian=TRUE;
|
||||
s = OLV_LIMP_FLG_CIRC_NONE;
|
||||
ispedestrian = TRUE;
|
||||
}
|
||||
///////////////////////////////
|
||||
|
||||
olv_limp->iaso[ia].flgs|=s;
|
||||
|
||||
olv_limp->iaso[ia].flgs |= s;
|
||||
}
|
||||
|
||||
///////////////////////////////
|
||||
//velocidad
|
||||
|
|
|
|||
Loading…
Reference in New Issue