From c956e3e2155386c1f40c6c41863bc91a0c974aeb Mon Sep 17 00:00:00 2001 From: Pasi Kallinen Date: Wed, 8 Jan 2025 13:59:50 +0200 Subject: [PATCH] Fix vision when applying a wand of digging --- src/trap.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/trap.c b/src/trap.c index 9c0ec1304..38b970aa6 100644 --- a/src/trap.c +++ b/src/trap.c @@ -561,6 +561,7 @@ maketrap(coordxy x, coordxy y, int typ) lev->flags = 0; /* set_levltyp doesn't take care of this [yet?] */ unearth_objs(x, y); + recalc_block_point(x, y); break; case TELEP_TRAP: if (isok(gl.launchplace.x, gl.launchplace.y)) {