Home
last modified time | relevance | path

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

/dports/games/spring/spring_98.0/AI/Skirmish/KAIK/
H A DMetalMap.cpp61 float spotScore = VectoredSpots[i].y / distance / (myThreat + 10); in GetNearestMetalSpot() local
93 bool b1 = (TempScore < spotScore); in GetNearestMetalSpot()
99 TempScore = spotScore; in GetNearestMetalSpot()
/dports/games/spring/spring_98.0/rts/Sim/Misc/
H A DResourceMapAnalyzer.cpp131 float spotScore = vectoredSpots[i].y / distance/* / (myThreat + 10)*/; in GetNearestSpot() local
136 bool b1 = (tempScore < spotScore); in GetNearestSpot()
142 tempScore = spotScore; in GetNearestSpot()