Home
last modified time | relevance | path

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

/openbsd-src/games/hack/
H A Dhack.apply.c316 static coord dig_pos; variable
323 int dpx = dig_pos.x, dpy = dig_pos.y; in dig()
486 if(dig_pos.x != rx || dig_pos.y != ry in use_pick_axe()
489 dig_pos.x = rx; in use_pick_axe()
490 dig_pos.y = ry; in use_pick_axe()
502 if(dig_pos.x != u.ux || dig_pos.y != u.uy in use_pick_axe()
505 dig_pos.x = u.ux; in use_pick_axe()
506 dig_pos.y = u.uy; in use_pick_axe()