Home | History | Annotate | Download | only in hack

Lines Matching defs:gx

942 	xchar           gx, gy, omx, omy, nx, ny, nix, niy;
982 gx = ESHK(shkp)->shk.x;
984 satdoor = (gx == omx && gy == omy);
986 gx = u.ux;
995 gx = u.ux;
1001 #define GDIST(x,y) ((x-gx)*(x-gx)+(y-gy)*(y-gy))
1016 avoid = (u.uinshop && dist(gx, gy) > 8);
1025 appr = gx = gy = 0;
1029 if (omx == gx && omy == gy)