Home
last modified time | relevance | path

Searched refs:ClosestShip (Results 1 – 1 of 1) sorted by last modified time

/dports/games/atr3d/atr3d/
H A Dservership.cpp439 int ClosestShip=-1; in FindClosestShip() local
445 if (ClosestShip==-1 || tempDistance < *Distance) { in FindClosestShip()
446 ClosestShip=i; in FindClosestShip()
453 return(ClosestShip); in FindClosestShip()