Lines Matching refs:WRAP_DY
1107 dy = item_y - pl->pos.y, dy = WRAP_DY(dy); in Check_robot_target()
1528 dy = ship->pos.y - pl->pos.y, dy = WRAP_DY(dy); in Detect_hunt()
1837 dy = WRAP_DY(dy), ABS(dy)) < fuel_dist in Robot_default_play_check_map()
1858 dy = WRAP_DY(dy), ABS(dy)) < target_dist in Robot_default_play_check_map()
1904 dy = WRAP_DY(dy), ABS(dy)) < cannon_dist in Robot_default_play_check_map()
1995 dy = WRAP_DY(shot->pos.y - pl->pos.y); in Robot_default_play_check_objects()
2097 dy = WRAP_DY(dy), ABS(dy)) < *mine_dist in Robot_default_play_check_objects()
2110 dy = WRAP_DY(dy), in Robot_default_play_check_objects()
2202 dy = (long)WRAP_DY(pl->pos.y - pulse->pos.y); in Robot_default_play_check_lasers()
2396 dy = ship->pos.y - pl->pos.y, dy = WRAP_DY(dy); in Robot_default_play()
2425 dy = ship->pos.y - pl->pos.y, dy = WRAP_DY(dy); in Robot_default_play()