| # | Line 75 | Line 75 | marksources() /* find and mark source objects */ | |
|---|---|---|
| 75 | if ((ns = newsource()) < 0) | |
| 76 | goto memerr; | |
| 77 | ||
| 78 | < | (*sfun[o->otype].of->setsrc)(&source[ns], o); |
| 78 | > | setsource(&source[ns], o); |
| 79 | ||
| 80 | if (m->otype == MAT_GLOW) { | |
| 81 | source[ns].sflags |= SPROX; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |