* Restores the Options to default settings. * @param action Pointer to an action. */
| 266 | * @param action Pointer to an action. |
| 267 | */ |
| 268 | void OptionsBaseState::btnDefaultClick(Action *action) |
| 269 | { |
| 270 | _game->pushState(new OptionsDefaultsState(_game, _origin, this)); |
| 271 | } |
| 272 | |
| 273 | void OptionsBaseState::btnGroupPress(Action *action) |
| 274 | { |