* Returns to the previous screen. * @param action Pointer to an action. */
| 181 | * @param action Pointer to an action. |
| 182 | */ |
| 183 | void ItemsArrivingState::btnOkClick(Action *) |
| 184 | { |
| 185 | _game->popState(); |
| 186 | } |
| 187 | |
| 188 | /** |
| 189 | * Goes to the base for the respective transfer. |