* Opens the Options screen. * @param action Pointer to an action. */
| 145 | * @param action Pointer to an action. |
| 146 | */ |
| 147 | void MainMenuState::btnOptionsClick(Action *) |
| 148 | { |
| 149 | Options::backupDisplay(); |
| 150 | _game->pushState(new OptionsVideoState(_game, OPT_MENU)); |
| 151 | } |
| 152 | |
| 153 | /** |
| 154 | * Quits the game. |
nothing calls this directly
no test coverage detected