* Completes the transfer. * @param action Pointer to an action. */
| 110 | * @param action Pointer to an action. |
| 111 | */ |
| 112 | void TransferConfirmState::btnOkClick(Action *) |
| 113 | { |
| 114 | _state->completeTransfer(); |
| 115 | _game->popState(); |
| 116 | _game->popState(); |
| 117 | _game->popState(); |
| 118 | } |
| 119 | |
| 120 | } |
nothing calls this directly
no test coverage detected