* Returns to the previous screen. * @param action Pointer to an action. */
| 101 | * @param action Pointer to an action. |
| 102 | */ |
| 103 | void TransferConfirmState::btnCancelClick(Action *) |
| 104 | { |
| 105 | _game->popState(); |
| 106 | } |
| 107 | |
| 108 | /** |
| 109 | * Completes the transfer. |