Home
last modified time | relevance | path

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

/dports/games/freeorion/freeorion-0.4.10.2/Empire/
H A DEmpire.cpp1617 std::vector<std::string> to_erase_from_queue_and_grant_next_turn; in CheckResearchProgress() local
1630 to_erase_from_queue_and_grant_next_turn.push_back(elem.name); in CheckResearchProgress()
1696 to_erase_from_queue_and_grant_next_turn.push_back(cost_tech.second); in CheckResearchProgress()
1703 for (const std::string& tech_name : to_erase_from_queue_and_grant_next_turn) { in CheckResearchProgress()
1711 return to_erase_from_queue_and_grant_next_turn; in CheckResearchProgress()