* Returns the list of terror sites. * @return Pointer to terror site list. */
| 870 | * @return Pointer to terror site list. |
| 871 | */ |
| 872 | std::vector<TerrorSite*> *SavedGame::getTerrorSites() |
| 873 | { |
| 874 | return &_terrorSites; |
| 875 | } |
| 876 | |
| 877 | /** |
| 878 | * Get pointer to the battleGame object. |
no outgoing calls
no test coverage detected