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

  /src/games/hack/
hack.apply.c 274 int bchx = u.ux, bchy = u.uy; local in function:bchit
280 bchy += ddy;
281 if ((mtmp = m_at(bchx, bchy)) != NULL)
283 if (!ZAP_POS(levl[bchx][bchy].typ)) {
285 bchy -= ddy;
289 Tmp_at(bchx, bchy);
hack.apply.c 274 int bchx = u.ux, bchy = u.uy; local in function:bchit
280 bchy += ddy;
281 if ((mtmp = m_at(bchx, bchy)) != NULL)
283 if (!ZAP_POS(levl[bchx][bchy].typ)) {
285 bchy -= ddy;
289 Tmp_at(bchx, bchy);

Completed in 25 milliseconds