| # | Line 104 | Line 104 | char *ofn[]; | |
|---|---|---|
| 104 | if (load & IO_SCENE) { | |
| 105 | /* check object count */ | |
| 106 | if (nobjects != objorig+fnobjects) | |
| 107 | < | octerror(USER, "bad object count -- stale octree?"); |
| 107 | > | octerror(USER, "bad object count; octree stale?"); |
| 108 | /* check for non-surfaces */ | |
| 109 | if (nonsurfinset(objorig, fnobjects)) | |
| 110 | < | octerror(USER, "non-surface in set -- stale octree?"); |
| 110 | > | octerror(USER, "non-surface in set; octree stale?"); |
| 111 | } | |
| 112 | return(nf); | |
| 113 | } | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |