* Returns to the previous screen. * @param action Pointer to an action. */
| 274 | * @param action Pointer to an action. |
| 275 | */ |
| 276 | void ListGamesState::btnCancelClick(Action *) |
| 277 | { |
| 278 | _game->popState(); |
| 279 | } |
| 280 | |
| 281 | /** |
| 282 | * Shows the details of the currently hovered save. |