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

  /src/games/hack/
hack.c 151 struct rm *tmpr, *ust; local in function:domove
179 ust = &levl[u.ux][u.uy];
225 (u.dx && u.dy && (tmpr->typ == DOOR || ust->typ == DOOR))) {
347 if (ust->lit) {
351 else if (ust->typ == DOOR)
hack.c 151 struct rm *tmpr, *ust; local in function:domove
179 ust = &levl[u.ux][u.uy];
225 (u.dx && u.dy && (tmpr->typ == DOOR || ust->typ == DOOR))) {
347 if (ust->lit) {
351 else if (ust->typ == DOOR)

Completed in 23 milliseconds