* get a pointer to the geoscape save * @return a pointer to the geoscape save. */
| 1758 | * @return a pointer to the geoscape save. |
| 1759 | */ |
| 1760 | SavedGame *SavedBattleGame::getGeoscapeSave() |
| 1761 | { |
| 1762 | return _battleState->getGame()->getSavedGame(); |
| 1763 | } |
| 1764 | } |
no test coverage detected