* adds to this month's research score * @param score the amount to add. */
| 1470 | * @param score the amount to add. |
| 1471 | */ |
| 1472 | void SavedGame::addResearchScore(int score) |
| 1473 | { |
| 1474 | _researchScores.back() += score; |
| 1475 | } |
| 1476 | |
| 1477 | /** |
| 1478 | * return the list of research scores |
nothing calls this directly
no outgoing calls
no test coverage detected