* Adds to the region's xcom activity level. * @param activity Amount to add. */
| 76 | * @param activity Amount to add. |
| 77 | */ |
| 78 | void Region::addActivityXcom(int activity) |
| 79 | { |
| 80 | _activityXcom.back() += activity; |
| 81 | } |
| 82 | |
| 83 | /** |
| 84 | * Adds to the region's alien activity level. |
no outgoing calls
no test coverage detected