* marks a research topic as having already come up as "we can now research" * @param research is the project we want to add to the vector */
| 1631 | * @param research is the project we want to add to the vector |
| 1632 | */ |
| 1633 | void SavedGame::addPoppedResearch(const RuleResearch* research) |
| 1634 | { |
| 1635 | if (!wasResearchPopped(research)) |
| 1636 | _poppedResearch.push_back(research); |
| 1637 | } |
| 1638 | |
| 1639 | /* |
| 1640 | * checks if an unresearched topic has previously been popped up. |
no outgoing calls
no test coverage detected