* Returns to the previous screen. * @param action Pointer to an action. */
| 169 | * @param action Pointer to an action. |
| 170 | */ |
| 171 | void NewGameState::btnCancelClick(Action *) |
| 172 | { |
| 173 | _game->setSavedGame(0); |
| 174 | _game->popState(); |
| 175 | } |
| 176 | |
| 177 | } |
nothing calls this directly
no test coverage detected