* Goes to the Funding screen. * @param action Pointer to an action. */
| 1868 | * @param action Pointer to an action. |
| 1869 | */ |
| 1870 | void GeoscapeState::btnFundingClick(Action *) |
| 1871 | { |
| 1872 | _game->pushState(new FundingState(_game)); |
| 1873 | } |
| 1874 | |
| 1875 | /** |
| 1876 | * Starts rotating the globe to the left. |