Searched refs:allyData (Results 1 – 1 of 1) sorted by relevance
1008 const std::vector<AllyTeam>& allyData = CGameSetup::GetAllyStartingData(); in GetAllyTeamStartBox() local1011 if (allyTeam >= allyData.size()) in GetAllyTeamStartBox()1014 const float xmin = (gs->mapx * SQUARE_SIZE) * allyData[allyTeam].startRectLeft; in GetAllyTeamStartBox()1015 const float zmin = (gs->mapy * SQUARE_SIZE) * allyData[allyTeam].startRectTop; in GetAllyTeamStartBox()1016 const float xmax = (gs->mapx * SQUARE_SIZE) * allyData[allyTeam].startRectRight; in GetAllyTeamStartBox()1017 const float zmax = (gs->mapy * SQUARE_SIZE) * allyData[allyTeam].startRectBottom; in GetAllyTeamStartBox()