Home
last modified time | relevance | path

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

/dports/games/dunelegacy/dunelegacy-0.96.4/src/players/
H A DQuantBot.cpp565 int locationScore = lround(blockDistance(pMCV->getLocation(), placeLocation)); in findMcvPlaceLocation() local
566 if(locationScore < bestLocationScore){ in findMcvPlaceLocation()
567 bestLocationScore = locationScore; in findMcvPlaceLocation()