converting SCORR to CORR unblocks vision

- fix several cases where a point was unblocked by unblock_point wasn't
 called, directly or indirectly
This commit is contained in:
cohrs
2002-02-25 02:43:50 +00:00
parent f9aaeda9b9
commit 7f5285b1ee
5 changed files with 6 additions and 0 deletions

View File

@@ -1046,10 +1046,12 @@ genericptr_t num;
levl[zx][zy].doormask = D_NODOOR;
} else
levl[zx][zy].doormask = D_ISOPEN;
unblock_point(zx, zy);
newsym(zx, zy);
(*(int*)num)++;
} else if(levl[zx][zy].typ == SCORR) {
levl[zx][zy].typ = CORR;
unblock_point(zx, zy);
newsym(zx, zy);
(*(int*)num)++;
} else if ((ttmp = t_at(zx, zy)) != 0) {