Home
last modified time | relevance | path

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

/dports/games/freeorion/freeorion-0.4.10.2/Empire/
H A DEmpire.cpp1722 std::map<int, std::vector<std::shared_ptr<Ship>>> system_new_ships; in CheckProductionProgress() local
1987 system_new_ships[system->ID()].push_back(ship); in CheckProductionProgress()
2021 for (auto& entry : system_new_ships) { in CheckProductionProgress()