Fix rolling boulder not unblocking sight at wall of water

A rolling boulder that destroys a wall of water did not unblock
the vision at that point.
This commit is contained in:
Pasi Kallinen
2025-01-05 13:35:18 +02:00
parent a7152ad54e
commit 57bf003c26

View File

@@ -74,6 +74,7 @@ boulder_hits_pool(
levl[rx][ry].drawbridgemask &= ~DB_UNDER; /* clear lava */
levl[rx][ry].drawbridgemask |= DB_FLOOR;
} else {
unblock_point(rx, ry);
levl[rx][ry].typ = ROOM, levl[rx][ry].flags = 0;
}
/* 3.7: normally DEADMONSTER() is used when traversing the fmon