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

  /src/games/trek/
klmove.c 60 ** equivalent to Ship.sectx and Ship.secty for the starship. Lookx and
74 int lookx, looky; local in function:klmove
115 lookx = nextx + dx;
117 if (lookx < 0 || lookx >= NSECTS ||
122 if (lookx < 0)
125 if (lookx >= NSECTS)
158 if (Sect[lookx][looky] != EMPTY) {
159 lookx = nextx + fudgex;
160 if (lookx < 0 || lookx >= NSECTS
    [all...]
klmove.c 60 ** equivalent to Ship.sectx and Ship.secty for the starship. Lookx and
74 int lookx, looky; local in function:klmove
115 lookx = nextx + dx;
117 if (lookx < 0 || lookx >= NSECTS ||
122 if (lookx < 0)
125 if (lookx >= NSECTS)
158 if (Sect[lookx][looky] != EMPTY) {
159 lookx = nextx + fudgex;
160 if (lookx < 0 || lookx >= NSECTS
    [all...]
klmove.c 60 ** equivalent to Ship.sectx and Ship.secty for the starship. Lookx and
74 int lookx, looky; local in function:klmove
115 lookx = nextx + dx;
117 if (lookx < 0 || lookx >= NSECTS ||
122 if (lookx < 0)
125 if (lookx >= NSECTS)
158 if (Sect[lookx][looky] != EMPTY) {
159 lookx = nextx + fudgex;
160 if (lookx < 0 || lookx >= NSECTS
    [all...]
klmove.c 60 ** equivalent to Ship.sectx and Ship.secty for the starship. Lookx and
74 int lookx, looky; local in function:klmove
115 lookx = nextx + dx;
117 if (lookx < 0 || lookx >= NSECTS ||
122 if (lookx < 0)
125 if (lookx >= NSECTS)
158 if (Sect[lookx][looky] != EMPTY) {
159 lookx = nextx + fudgex;
160 if (lookx < 0 || lookx >= NSECTS
    [all...]

Completed in 319 milliseconds