* Returns to the previous screen. * @param action Pointer to an action. */
| 474 | * @param action Pointer to an action. |
| 475 | */ |
| 476 | void BaseInfoState::btnOkClick(Action *) |
| 477 | { |
| 478 | _game->popState(); |
| 479 | } |
| 480 | |
| 481 | /** |
| 482 | * Goes to the Transfers window. |