* Opens the Abandon Game window. * @param action Pointer to an action. */
| 186 | * @param action Pointer to an action. |
| 187 | */ |
| 188 | void PauseState::btnAbandonClick(Action *) |
| 189 | { |
| 190 | _game->pushState(new AbandonGameState(_game, _origin)); |
| 191 | } |
| 192 | |
| 193 | /** |
| 194 | * Returns to the previous screen. |