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:
@@ -74,6 +74,7 @@ boulder_hits_pool(
|
|||||||
levl[rx][ry].drawbridgemask &= ~DB_UNDER; /* clear lava */
|
levl[rx][ry].drawbridgemask &= ~DB_UNDER; /* clear lava */
|
||||||
levl[rx][ry].drawbridgemask |= DB_FLOOR;
|
levl[rx][ry].drawbridgemask |= DB_FLOOR;
|
||||||
} else {
|
} else {
|
||||||
|
unblock_point(rx, ry);
|
||||||
levl[rx][ry].typ = ROOM, levl[rx][ry].flags = 0;
|
levl[rx][ry].typ = ROOM, levl[rx][ry].flags = 0;
|
||||||
}
|
}
|
||||||
/* 3.7: normally DEADMONSTER() is used when traversing the fmon
|
/* 3.7: normally DEADMONSTER() is used when traversing the fmon
|
||||||
|
|||||||
Reference in New Issue
Block a user