Fix vision in guard created corridor

... when hero angers the guard, the guard's previous location
didn't get the vision blocking fixed.
This commit is contained in:
Pasi Kallinen
2025-01-07 10:51:57 +02:00
parent a118869262
commit 108d975694

View File

@@ -959,6 +959,7 @@ gd_move(struct monst *grd)
mnexto(grd, RLOC_NOMSG);
levl[m][n].typ = egrd->fakecorr[0].ftyp;
levl[m][n].flags = egrd->fakecorr[0].flags;
recalc_block_point(m, n);
del_engr_at(m, n);
newsym(m, n);
return -1;