| 141 | } |
| 142 | |
| 143 | staticfn void |
| 144 | restfakecorr(struct monst *grd) |
| 145 | { |
| 146 | /* it seems you left the corridor - let the guard disappear */ |
| 147 | if (clear_fcorr(grd, FALSE)) { |
| 148 | grd->isgd = 0; /* dmonsfree() should delete this mon */ |
| 149 | mongone(grd); |
| 150 | } |
| 151 | } |
| 152 | |
| 153 | /* move guard--dead to alive--to <0,0> until temporary corridor is removed */ |
| 154 | staticfn void |
no test coverage detected