Home
last modified time | relevance | path

Searched refs:rdif (Results 1 – 1 of 1) sorted by relevance

/dragonfly/games/rogue/
HDmonster.c597 short rdif, cdif, retval; in rogue_is_around() local
599 rdif = row - rogue.row; in rogue_is_around()
602 retval = (rdif >= -1) && (rdif <= 1) && (cdif >= -1) && (cdif <= 1); in rogue_is_around()
843 short rn, rdif, cdif, retval; in mon_sees() local
852 rdif = row - monster->row; in mon_sees()
855 retval = (rdif >= -1) && (rdif <= 1) && (cdif >= -1) && (cdif <= 1); in mon_sees()