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

  /src/games/hunt/huntd/
terminal.c 50 if (x == pp->p_curx && y == pp->p_cury)
53 pp->p_cury = y;
66 pp->p_cury++;
79 pp->p_cury += (pp->p_curx / TERM_WIDTH);
93 pp->p_cury = 0;
hunt.h 104 int p_curx, p_cury; member in struct:player_def

Completed in 12 milliseconds