Home
last modified time | relevance | path

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

/dports/games/freeorion/freeorion-0.4.10.2/Empire/
H A DResearchQueue.cpp213 const int DP_TURNS = TOO_MANY_TURNS; // track up to this many turns in Update() local
246 …std::vector<float> rp_still_available(DP_TURNS, RPs); // initialize to the full RP allocation fo… in Update()
248 …while ((dp_turns < DP_TURNS) && !(dp_researchable_techs.empty())) {// if we haven't used up our tu… in Update()