| # | Line 92 | Line 92 | nextsample: | |
|---|---|---|
| 92 | } | |
| 93 | if (source[si->sn].sflags & SDISTANT) | |
| 94 | return(FHUGE); | |
| 95 | < | if (si->dom <= FTINY) |
| 95 | > | if (si->dom <= 1e-4) |
| 96 | goto nextsample; /* behind source? */ | |
| 97 | si->dom /= d*d; | |
| 98 | return(d); /* sample OK, return distance */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |