Home
last modified time | relevance | path

Searched refs:closest_ball (Results 1 – 3 of 3) sorted by relevance

/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/src/server/
H A Dsuibotdef.c1209 ballobject_t *closest_ball, *ball; in Robot_suibot_play() local
1220 closest_ball=NULL; in Robot_suibot_play()
1233 closest_ball = ball; in Robot_suibot_play()
1237 ball = closest_ball; in Robot_suibot_play()
H A Drobotdef.c1431 int closest_ball = NO_IND; in Ball_handler() local
1444 closest_ball = i; in Ball_handler()
1449 if (closest_ball == NO_IND in Ball_handler()
1459 Obj[closest_ball]->pos, in Ball_handler()
/dports/games/xpilot/xpilot-4.5.5/src/server/
H A Drobotdef.c1770 int closest_ball = -1; in Ball_handler() local
1782 closest_ball = i; in Ball_handler()
1787 if (closest_ball == -1 in Ball_handler()
1797 return (Check_robot_target(ind, Obj[closest_ball]->pos.x, in Ball_handler()
1798 Obj[closest_ball]->pos.y, in Ball_handler()