Home
last modified time | relevance | path

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

/dragonfly/games/hack/
HDhack.h105 #define LEFT_SIDE LEFT_RING macro
107 #define BOTH_SIDES (LEFT_SIDE | RIGHT_SIDE)
HDhack.do.c500 rn2(3) ? LEFT_SIDE : RIGHT_SIDE; in dothrow()
503 (side == LEFT_SIDE) ? "left" : "right"); in dothrow()
HDhack.mhitu.c372 long side = rn2(2) ? RIGHT_SIDE : LEFT_SIDE; in mhitu()
HDhack.c936 if (Wounded_legs & LEFT_SIDE) in inv_weight()