| # | Line 337 | Line 337 | char *p; /* data for f */ | |
|---|---|---|
| 337 | ( sr.ro != source[scp->sno].so || | |
| 338 | source[scp->sno].sflags & SFOLLOW )) { | |
| 339 | /* follow entire path */ | |
| 340 | < | if (!raycont(&sr)) |
| 341 | < | objerror(sr.ro, USER, "material not found"); |
| 340 | > | raycont(&sr); |
| 341 | rayparticipate(&sr); | |
| 342 | if (trace != NULL) | |
| 343 | (*trace)(&sr); /* trace execution */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |