Hi,
I'm looking through impl for permissive FOV and I cannot find usage of bumps passed to check_quadrant.
Of course there is mem shenanigans, adding to this "collection", but is there code that is using that collections content in a way that it affects visibility?
|
check_quadrant(map, pov_x, pov_y, 1, 1, max_x, max_y, light_walls, offset, limit, views, &bumps); |
Hi,
I'm looking through impl for permissive FOV and I cannot find usage of
bumpspassed tocheck_quadrant.Of course there is mem shenanigans, adding to this "collection", but is there code that is using that collections content in a way that it affects visibility?
libtcod/src/libtcod/fov_permissive2.c
Line 294 in 713817b