Home
last modified time | relevance | path

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

/dragonfly/games/hunt/hunt/
H A Dotto.c107 # define ON_SIDE (ON_LEFT|ON_RIGHT) macro
171 if (strchr(SHOTS, bitem.what) != NULL && !(bitem.what & ON_SIDE)) { in otto()
224 && (itemp->flags & ON_SIDE in stop_look()
228 itemp->flags &= ~ON_SIDE; in stop_look()
242 itemp->flags &= ~(ON_SIDE|DEADEND); in stop_look()
414 if (!(itemp->flags & ON_SIDE)) { in attack()
502 if (!(flbr[rel_dir].flags & ON_SIDE) in go_for_ammo()