* Returns the craft back to its base. * @param action Pointer to an action. */
| 282 | * @param action Pointer to an action. |
| 283 | */ |
| 284 | void GeoscapeCraftState::btnBaseClick(Action *) |
| 285 | { |
| 286 | _game->popState(); |
| 287 | _craft->returnToBase(); |
| 288 | delete _waypoint; |
| 289 | } |
| 290 | |
| 291 | /** |
| 292 | * Changes the craft's target. |
nothing calls this directly
no test coverage detected