| # | Line 347 | Line 347 | ray_restore( /* restore parameter settings */ | |
|---|---|---|
| 347 | ambincl = rp->ambincl; | |
| 348 | /* update ambient calculation */ | |
| 349 | ambnotify(OVOID); | |
| 350 | < | if (thescene.cutree != EMPTY) { |
| 350 | > | if ((thescene.cutree != EMPTY) & !castonly) { |
| 351 | int newamb = (ambfile == NULL) ? rp->ambfile[0] : | |
| 352 | strcmp(ambfile, rp->ambfile) ; | |
| 353 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |