* Closes the window. * @param action Pointer to an action. */
| 100 | * @param action Pointer to an action. |
| 101 | */ |
| 102 | void CraftErrorState::btnOk5SecsClick(Action *) |
| 103 | { |
| 104 | _state->timerReset(); |
| 105 | _game->popState(); |
| 106 | } |
| 107 | |
| 108 | } |
nothing calls this directly
no test coverage detected