Home
last modified time | relevance | path

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

/dports/games/dunelegacy/dunelegacy-0.96.4/src/players/
H A DQuantBot.cpp1619 int enemyTotalX = 0; in findSquadRallyLocation() local
1630 enemyTotalX += pCurrentStructure->getX(); in findSquadRallyLocation()
1637 …baseCentreLocation.x = lround((totalX / buildingCount) * FixPt(0,75) + (enemyTotalX / enemyBuildin… in findSquadRallyLocation()