* Transfers the selected items. * @param action Pointer to an action. */
| 234 | * @param action Pointer to an action. |
| 235 | */ |
| 236 | void TransferItemsState::btnOkClick(Action *) |
| 237 | { |
| 238 | _game->pushState(new TransferConfirmState(_game, _baseTo, this)); |
| 239 | } |
| 240 | |
| 241 | /** |
| 242 | * Completes the transfer between bases. |