* Picks a craft to intercept the UFO. * @param action Pointer to an action. */
| 108 | * @param action Pointer to an action. |
| 109 | */ |
| 110 | void TargetInfoState::btnInterceptClick(Action *) |
| 111 | { |
| 112 | _game->pushState(new InterceptState(_game, _globe, 0, _target)); |
| 113 | } |
| 114 | |
| 115 | /** |
| 116 | * Closes the window. |