| # | Line 609 | Line 609 | ambcorral(AMBHEMI *hp, FVECT uv[2], const double r0, c | |
|---|---|---|
| 609 | double ang, a1; | |
| 610 | int i, j; | |
| 611 | /* don't bother for a few samples */ | |
| 612 | < | if (hp->ns < 12) |
| 612 | > | if (hp->ns < 8) |
| 613 | return(0); | |
| 614 | /* check distances overhead */ | |
| 615 | for (i = hp->ns*3/4; i-- > hp->ns>>2; ) | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |