* Returns to the previous screen. * @param action Pointer to an action. */
| 135 | * @param action Pointer to an action. |
| 136 | */ |
| 137 | void ResearchState::btnOkClick(Action *) |
| 138 | { |
| 139 | _game->popState(); |
| 140 | } |
| 141 | |
| 142 | /** |
| 143 | * Returns to the previous screen. |