Home
last modified time | relevance | path

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

/netbsd/src/games/hack/
Dhack.pri.c594 if (obj->odx != obj->ox || obj->ody != obj->oy || !show) in pobj()
595 if (!vism_at(obj->odx, obj->ody)) { in pobj()
596 newsym(obj->odx, obj->ody); in pobj()
603 obj->odx = obj->ox; in pobj()
Ddef.obj.h71 xchar odx,ody; member