* Returns to the previous screen. * @param action Pointer to an action. */
| 122 | * @param action Pointer to an action. |
| 123 | */ |
| 124 | void AlienBaseState::btnOkClick(Action *) |
| 125 | { |
| 126 | _state->timerReset(); |
| 127 | _state->getGlobe()->center(_base->getLongitude(), _base->getLatitude()); |
| 128 | _game->popState(); |
| 129 | } |
| 130 | |
| 131 | } |
nothing calls this directly
no test coverage detected