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

  /src/games/hack/
def.monst.h 73 coord mtrack[MTSZ]; /* monster track */ member in struct:monst
hack.dog.c 430 if (nx == mtmp->mtrack[j].x && ny == mtmp->mtrack[j].y)
463 mtmp->mtrack[j] = mtmp->mtrack[j - 1];
464 mtmp->mtrack[0].x = omx;
465 mtmp->mtrack[0].y = omy;
hack.mon.c 474 if (nx == mtmp->mtrack[j].x && ny == mtmp->mtrack[j].y)
514 mtmp->mtrack[j] = mtmp->mtrack[j - 1];
515 mtmp->mtrack[0].x = omx;
516 mtmp->mtrack[0].y = omy;

Completed in 40 milliseconds