* Adds to the country's xcom activity level. * @param activity how many points to add. */
| 123 | * @param activity how many points to add. |
| 124 | */ |
| 125 | void Country::addActivityXcom(int activity) |
| 126 | { |
| 127 | _activityXcom.back() += activity; |
| 128 | } |
| 129 | |
| 130 | /** |
| 131 | * Adds to the country's alien activity level. |
nothing calls this directly
no outgoing calls
no test coverage detected