* Goes to the base for the respective craft. * @param action Pointer to an action. */
| 184 | * @param action Pointer to an action. |
| 185 | */ |
| 186 | void InterceptState::btnGotoBaseClick(Action *) |
| 187 | { |
| 188 | _game->popState(); |
| 189 | _game->pushState(new BasescapeState(_game, _base, _globe)); |
| 190 | } |
| 191 | |
| 192 | /** |
| 193 | * Pick a target for the selected craft. |