| # | Line 175 | Line 175 | int mod; | |
|---|---|---|
| 175 | ******/ | |
| 176 | /* hack for irradiance calculation */ | |
| 177 | if (do_irrad && !(r->crtype & ~(PRIMARY|TRANS)) && | |
| 178 | + | m->otype != MAT_CLIP && |
| 179 | (ofun[m->otype].flags & (T_M|T_X))) { | |
| 180 | if (irr_ignore(m->otype)) { | |
| 181 | #if MAXLOOP | |
| # | Line 488 | Line 489 | register CUBE *scene; | |
| 489 | } | |
| 490 | cxset[0] = 0; | |
| 491 | raymove(curpos, cxset, sflags, r, scene); | |
| 492 | < | return(r->ro != NULL & r->ro != &Aftplane); |
| 492 | > | return((r->ro != NULL) & (r->ro != &Aftplane)); |
| 493 | } | |
| 494 | ||
| 495 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |