* Goes to the Graphs screen. * @param action Pointer to an action. */
| 1841 | * @param action Pointer to an action. |
| 1842 | */ |
| 1843 | void GeoscapeState::btnGraphsClick(Action *) |
| 1844 | { |
| 1845 | _game->pushState(new GraphsState(_game)); |
| 1846 | } |
| 1847 | |
| 1848 | /** |
| 1849 | * Goes to the Ufopaedia window. |