* Centers on the UFO and returns to the previous screen. * @param action Pointer to an action. */
| 119 | * @param action Pointer to an action. |
| 120 | */ |
| 121 | void AlienTerrorState::btnCentreClick(Action *) |
| 122 | { |
| 123 | _state->timerReset(); |
| 124 | _state->getGlobe()->center(_terror->getLongitude(), _terror->getLatitude()); |
| 125 | _game->popState(); |
| 126 | } |
| 127 | |
| 128 | /** |
| 129 | * Returns to the previous screen. |
nothing calls this directly
no test coverage detected