X-Git-Url: https://plomlompom.com/repos/berlin_corona.txt?a=blobdiff_plain;f=src%2Fserver%2Fmap.h;fp=src%2Fserver%2Fmap.h;h=5407dafe34942b65f0ce6a1b6570b38baa8b4771;hb=58486c337a7b1f04311801d902fed41ed3f67315;hp=e3a28f9dc99b15dbccd5f03278779356ef524ab0;hpb=6db8d212ad66a7a934a47f319f88d1c811791798;p=plomrogue diff --git a/src/server/map.h b/src/server/map.h index e3a28f9..5407daf 100644 --- a/src/server/map.h +++ b/src/server/map.h @@ -21,11 +21,6 @@ */ extern void remake_map(); -/* Check if coordinate "pos" on (or beyond) world.map is accessible to thing - * movement. - */ -extern uint8_t is_passable(struct yx_uint8 pos); - /* Wrapper to mv_yx_in_dir_wrap(), returns 1 if the wrapped function moved "yx" * within the wrap borders and the map size, else 0. */