* Increment the month counter. */
| 1622 | * Increment the month counter. |
| 1623 | */ |
| 1624 | void SavedGame::addMonth() |
| 1625 | { |
| 1626 | ++_monthsPassed; |
| 1627 | } |
| 1628 | |
| 1629 | /* |
| 1630 | * marks a research topic as having already come up as "we can now research" |
no outgoing calls
no test coverage detected