* Opens up the Craft window. * @param action Pointer to an action. */
| 111 | * @param action Pointer to an action. |
| 112 | */ |
| 113 | void CraftPatrolState::btnRedirectClick(Action *) |
| 114 | { |
| 115 | _game->popState(); |
| 116 | _game->pushState(new GeoscapeCraftState(_game, _craft, _globe, 0)); |
| 117 | } |
| 118 | |
| 119 | } |