| # | Line 53 | Line 53 | char *dname; | |
|---|---|---|
| 53 | if (readinp) | |
| 54 | close(atoi(fd0)); | |
| 55 | close(atoi(fd1)); | |
| 56 | + | /* check if outside */ |
| 57 | + | if (vdef(OBSTRUCTIONS) && vbool(OBSTRUCTIONS)) |
| 58 | + | disp_result(DS_OUTSECT, 0, NULL); |
| 59 | /* write out hologram grids */ | |
| 60 | for (i = 0; hdlist[i] != NULL; i++) | |
| 61 | disp_result(DS_ADDHOLO, sizeof(HDGRID), (char *)hdlist[i]); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |