| # | Line 225 | Line 225 | nonsurfintree(OCTREE ot) /* check tree for modifiers | |
|---|---|---|
| 225 | return(0); | |
| 226 | } | |
| 227 | objset(set, ot); | |
| 228 | < | for (i = set[0]; i-- > 0; ) |
| 228 | > | for (i = set[0]; i > 0; i-- ) |
| 229 | if (ismodifier(objptr(set[i])->otype)) | |
| 230 | return(1); | |
| 231 | return(0); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |