| 1606 | } |
| 1607 | |
| 1608 | int GameScore::getTotal() const |
| 1609 | { |
| 1610 | return tacticalMissions + researchCompleted + alienIncidents + craftShotDownUFO + |
| 1611 | craftShotDownXCom + incursions + cityDamage; |
| 1612 | } |
| 1613 | |
| 1614 | void GameScore::reset() |
| 1615 | { |
no outgoing calls
no test coverage detected