OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ydiff
(Results
1 - 1
of
1
) sorted by relevancy
/src/games/atc/
input.c
480
int xdiff,
ydiff
;
local in function:delayb
489
ydiff
= sp->beacon[bn].y - p.ypos;
490
ydiff
= SGN(
ydiff
);
491
if (xdiff != displacement[p.dir].dx ||
ydiff
!= displacement[p.dir].dy)
500
ydiff
= sp->beacon[dest_no].y - sp->beacon[bn].y;
504
ydiff
= sp->exit[dest_no].y - sp->beacon[bn].y;
508
ydiff
= sp->airport[dest_no].y - sp->beacon[bn].y;
513
if (xdiff == 0 &&
ydiff
== 0)
515
p.new_dir = DIR_FROM_DXDY(xdiff,
ydiff
);
[
all
...]
Completed in 12 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025