| # | Line 383 | Line 383 | char *p; /* data for f */ | |
|---|---|---|
| 383 | */ | |
| 384 | ||
| 385 | #define distglow(m, r) (m->otype==MAT_GLOW && \ | |
| 386 | + | m->oargs.farg[3] >= -FTINY && \ |
| 387 | r->rot > m->oargs.farg[3]) | |
| 388 | ||
| 389 | /* badcomponent * | |
| # | Line 418 | Line 419 | char *p; /* data for f */ | |
| 419 | ||
| 420 | /* srcignore * | |
| 421 | * | |
| 422 | < | * The -di flag renders light sources invisible, and here is the test. |
| 422 | > | * The -dv flag is normally on for sources to be visible. |
| 423 | */ | |
| 424 | ||
| 425 | #define srcignore(m, r) (!directvis && !(r->crtype&SHADOW) && \ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |