* Opens the Save Game screen. * @param action Pointer to an action. */
| 156 | * @param action Pointer to an action. |
| 157 | */ |
| 158 | void PauseState::btnSaveClick(Action *) |
| 159 | { |
| 160 | _game->pushState(new ListSaveState(_game, _origin)); |
| 161 | } |
| 162 | |
| 163 | /** |
| 164 | * Opens the Game Options screen. |