Home
last modified time | relevance | path

Searched refs:ball_bx (Results 1 – 1 of 1) sorted by path

/dports/games/brickout/brickout-2002.06.09/
H A Dbrickout.c158 int ball_launched, ball_bx, ball_by; variable
825 ball_bx = 4864;
845 ball_x = ball_bx >> 6;
1086 ball_x = ball_bx >> 6;
1361 ball_bx = 4864;
2035 ball_bx = ball_x << 6;
2138 dx = ((ball_bx >> 6) + 4) - (x << 4);
2180 ball_bx -= ((dx + 4) << 6);
2182 ball_bx += ((20 - dx) << 6);
2257 ball_bx -= ((dx + 4) << 6);
[all …]