* Closes the window and sets the timer to 5 Secs. * @param action Pointer to an action. */
| 108 | * @param action Pointer to an action. |
| 109 | */ |
| 110 | void LowFuelState::btnOk5SecsClick(Action *) |
| 111 | { |
| 112 | _state->timerReset(); |
| 113 | _game->popState(); |
| 114 | } |
| 115 | |
| 116 | } |
nothing calls this directly
no test coverage detected