| # | Line 421 | Line 421 | char *p; /* data for f */ | |
|---|---|---|
| 421 | * The -di flag renders light sources invisible, and here is the test. | |
| 422 | */ | |
| 423 | ||
| 424 | < | #define srcignore(m, r) (directinvis && !(r->crtype&SHADOW) && \ |
| 424 | > | #define srcignore(m, r) (!directvis && !(r->crtype&SHADOW) && \ |
| 425 | !distglow(m, r)) | |
| 426 | ||
| 427 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |