| # | Line 45 | Line 45 | int nmods = 0; /* number of modifiers */ | |
|---|---|---|
| 45 | ||
| 46 | void (*addobjnotify[8])() = {ambnotify, NULL}; | |
| 47 | ||
| 48 | < | char RCCONTEXT[] = "RCONTRIB"; /* our special evaluation context */ |
| 48 | > | char RCCONTEXT[] = "RC"; /* our special evaluation context */ |
| 49 | ||
| 50 | ||
| 51 | static void | |
| # | Line 335 | Line 335 | main(int argc, char *argv[]) | |
| 335 | nsceneobjs = nobjects; | |
| 336 | ||
| 337 | marksources(); /* find and mark sources */ | |
| 338 | – | for (i = 0; i < nsources; i++) /* tracing to sources as well */ |
| 339 | – | source[i].sflags |= SFOLLOW; |
| 338 | ||
| 339 | setambient(); /* initialize ambient calculation */ | |
| 340 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |