* Returns to the previous screen. * @param action Pointer to an action. */
| 180 | * @param action Pointer to an action. |
| 181 | */ |
| 182 | void ResearchInfoState::btnOkClick(Action *) |
| 183 | { |
| 184 | _game->popState(); |
| 185 | } |
| 186 | |
| 187 | /** |
| 188 | * Returns to the previous screen, removing the current project from the active |