* Closes the window. * @param action Pointer to an action. */
| 99 | * @param action Pointer to an action. |
| 100 | */ |
| 101 | void LowFuelState::btnOkClick(Action *) |
| 102 | { |
| 103 | _game->popState(); |
| 104 | } |
| 105 | |
| 106 | /** |
| 107 | * Closes the window and sets the timer to 5 Secs. |