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

  /src/games/larn/
movem.c 213 if (screen[xtmp = m + diroffx[z]][ytmp = k + diroffy[z]] == 0)
222 if (screen[xl = i + diroffx[z]][yl = j + diroffy[z]] == tmp)
446 newsphere(x + diroffx[dir], y + diroffy[dir], dir, len);
display.c 491 short diroffx[] = {0, 0, 1, 0, -1, 1, -1, 1, -1}; variable in typeref:typename:short[]
505 kk = playerx + diroffx[dir];
header.h 360 extern short diroffx[], diroffy[], hitflag, hit2flag, hit3flag, hitp[MAXX][MAXY];
monster.c 160 x = playerx + diroffx[k];
223 x = playerx + diroffx[k];
1003 * Returns index into diroffx[] (0-8).
1039 *x = playerx + diroffx[i];
1747 * the direction (0-8 diroffx format) in dir, and the lifespan of the

Completed in 13 milliseconds