Home | History | Annotate | Download | only in hack

Lines Matching defs:omx

192 	int             nx, ny, omx, omy, appr, nearer, j;
205 #define DDIST(x,y) ((x-omx)*(x-omx) + (y-omy)*(y-omy))
209 omx = mtmp->mx;
217 if (cansee(omx, omy))
222 if (cansee(omx, omy))
229 dogroom = inroom(omx, omy);
231 udist = dist(omx, omy);
249 if ((obj = o_at(omx, omy)) != NULL)
252 nix = omx;
262 * if(levl[omx][omy].s
265 * newsym(omx,omy);
319 if (gx == FAR || (gx == omx && gy == omy)) {
352 cp = gettrack(omx, omy);
358 nix = omx;
443 ((omx == nix && omy == niy && !rn2(3))
455 if (nix != omx || niy != omy) {
464 mtmp->mtrack[0].x = omx;