* Opens the Load Game screen. * @param action Pointer to an action. */
| 136 | * @param action Pointer to an action. |
| 137 | */ |
| 138 | void MainMenuState::btnLoadClick(Action *) |
| 139 | { |
| 140 | _game->pushState(new ListLoadState(_game, OPT_MENU)); |
| 141 | } |
| 142 | |
| 143 | /** |
| 144 | * Opens the Options screen. |