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

  /src/games/trek/
klmove.c 61 ** looky are the sector that you are going to look at to see
74 int lookx, looky; local in function:klmove
116 looky = nexty + dy;
118 looky < 0 || looky >= NSECTS) {
127 if (looky < 0)
130 if (looky >= NSECTS)
158 if (Sect[lookx][looky] != EMPTY) {
162 if (Sect[lookx][looky] != EMPTY) {
164 looky = nexty + fudgey
    [all...]
klmove.c 61 ** looky are the sector that you are going to look at to see
74 int lookx, looky; local in function:klmove
116 looky = nexty + dy;
118 looky < 0 || looky >= NSECTS) {
127 if (looky < 0)
130 if (looky >= NSECTS)
158 if (Sect[lookx][looky] != EMPTY) {
162 if (Sect[lookx][looky] != EMPTY) {
164 looky = nexty + fudgey
    [all...]

Completed in 25 milliseconds