X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=src%2Fserver%2Fyx_uint8.c;h=18355a21af5bb3cfdad4c3be432179c11e1461fa;hb=f6615d3be438bbca4997c38c546c0d8724da80d4;hp=c6a816dbc31ed355c4dc4906b4752c52ed6a6b72;hpb=6db8d212ad66a7a934a47f319f88d1c811791798;p=plomrogue diff --git a/src/server/yx_uint8.c b/src/server/yx_uint8.c index c6a816d..18355a2 100644 --- a/src/server/yx_uint8.c +++ b/src/server/yx_uint8.c @@ -46,17 +46,6 @@ static void mv_yx_in_hex_dir(char d, struct yx_uint8 * yx) -extern uint8_t yx_uint8_cmp(struct yx_uint8 * a, struct yx_uint8 * b) -{ - if (a->y == b->y && a->x == b->x) - { - return 1; - } - return 0; -} - - - extern uint8_t mv_yx_in_dir_wrap(char d, struct yx_uint8 * yx, uint8_t unwrap) { static int8_t wrap_west_east = 0;