| # | Line 54 | Line 54 | marksources() /* find and mark source objects */ | |
|---|---|---|
| 54 | /* initialize dispatch table */ | |
| 55 | initstypes(); | |
| 56 | /* find direct sources */ | |
| 57 | < | for (i = 0; i < nobjects; i++) { |
| 57 | > | for (i = 0; i < nsceneobjs; i++) { |
| 58 | ||
| 59 | o = objptr(i); | |
| 60 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |