* Only alien supply missions ever have a valid pointer. * @return A pointer (possibly 0) of the AlienBase for this mission. */
| 596 | * @return A pointer (possibly 0) of the AlienBase for this mission. |
| 597 | */ |
| 598 | const AlienBase *AlienMission::getAlienBase() const |
| 599 | { |
| 600 | return _base; |
| 601 | } |
| 602 | |
| 603 | /** |
| 604 | * Add alien points to the country and region at the coordinates given. |