* Goes to the Select Squad screen. * @param action Pointer to an action. */
| 370 | * @param action Pointer to an action. |
| 371 | */ |
| 372 | void CraftInfoState::btnCrewClick(Action *) |
| 373 | { |
| 374 | _game->pushState(new CraftSoldiersState(_game, _base, _craftId)); |
| 375 | } |
| 376 | |
| 377 | /** |
| 378 | * Goes to the Select Equipment screen. |