OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:xdiff
(Results
1 - 1
of
1
) sorted by relevancy
/src/games/atc/
input.c
480
int
xdiff
, ydiff;
local in function:delayb
487
xdiff
= sp->beacon[bn].x - p.xpos;
488
xdiff
= SGN(
xdiff
);
491
if (
xdiff
!= displacement[p.dir].dx || ydiff != displacement[p.dir].dy)
499
xdiff
= sp->beacon[dest_no].x - sp->beacon[bn].x;
503
xdiff
= sp->exit[dest_no].x - sp->beacon[bn].x;
507
xdiff
= sp->airport[dest_no].x - sp->beacon[bn].x;
513
if (
xdiff
== 0 && ydiff == 0)
515
p.new_dir = DIR_FROM_DXDY(
xdiff
, ydiff)
[
all
...]
Completed in 33 milliseconds
Indexes created Fri Oct 17 23:09:53 GMT 2025