* return to the previous screen * @param action Pointer to an action. */
| 109 | * @param action Pointer to an action. |
| 110 | */ |
| 111 | void NewPossibleResearchState::btnOkClick(Action *) |
| 112 | { |
| 113 | _game->popState(); |
| 114 | } |
| 115 | |
| 116 | /** |
| 117 | * Open the ResearchState so the player can dispatch available scientist. |