HomeSort by: relevance | last modified time | path
    Searched refs:nuy (Results 1 - 2 of 2) sorted by relevancy

  /src/games/hack/
hack.trap.c 368 int nux, nuy; local in function:tele
385 nuy = rn2(ROWNO);
386 } while (!teleok(nux, nuy));
387 teleds(nux, nuy);
391 teleds(int nux, int nuy)
399 u.uy = nuy;
408 if (levl[nux][nuy].typ == POOL && !Levitation)
hack.trap.c 368 int nux, nuy; local in function:tele
385 nuy = rn2(ROWNO);
386 } while (!teleok(nux, nuy));
387 teleds(nux, nuy);
391 teleds(int nux, int nuy)
399 u.uy = nuy;
408 if (levl[nux][nuy].typ == POOL && !Levitation)

Completed in 21 milliseconds