* Returns to the previous screen. * @param action Pointer to an action. */
| 338 | * @param action Pointer to an action. |
| 339 | */ |
| 340 | void GraphsState::btnGeoscapeClick(Action *) |
| 341 | { |
| 342 | _game->popState(); |
| 343 | } |
| 344 | |
| 345 | /** |
| 346 | * Switches to the UFO Region Activity screen. |