Fix vision when vault guard clears corridor

This commit is contained in:
Pasi Kallinen
2025-01-20 19:24:09 +02:00
parent 8fe02c2a7c
commit 0c18792916
+1 -2
View File
@@ -99,8 +99,7 @@ clear_fcorr(struct monst *grd, boolean forceshow)
} }
del_engr_at(fcx, fcy); del_engr_at(fcx, fcy);
map_location(fcx, fcy, 1); /* bypass vision */ map_location(fcx, fcy, 1); /* bypass vision */
if (!ACCESSIBLE(lev->typ)) recalc_block_point(fcx, fcy);
block_point(fcx, fcy);
gv.vision_full_recalc = 1; gv.vision_full_recalc = 1;
egrd->fcbeg++; egrd->fcbeg++;
} }