| # | Line 291 | Line 291 | srcblocked(RAY *r) | |
|---|---|---|
| 291 | if (obs == OVOID) | |
| 292 | return(0); | |
| 293 | op = objptr(obs); /* check for intersection */ | |
| 294 | < | return ((*ofun[op->otype].funp)(op, r)); |
| 294 | > | return((*ofun[op->otype].funp)(op, r)); |
| 295 | } | |
| 296 | ||
| 297 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |