| # | Line 99 | Line 99 | char *ofn[]; | |
|---|---|---|
| 99 | else if (load & IO_SCENE && nf == 0) | |
| 100 | skiptree(); | |
| 101 | ||
| 102 | < | if (load & IO_SCENE) /* get the scene */ |
| 102 | > | if (load & IO_SCENE) { /* get the scene */ |
| 103 | if (nf == 0) { | |
| 104 | /* load binary scene data */ | |
| 105 | readscene(infp, objsize); | |
| # | Line 112 | Line 112 | char *ofn[]; | |
| 112 | if (dosets(nonsurfinset)) | |
| 113 | octerror(USER, "modifier in tree; octree stale?"); | |
| 114 | } | |
| 115 | + | } |
| 116 | /* close the input */ | |
| 117 | if (infn[0] == '!') | |
| 118 | pclose(infp); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |