* Returns to the previous screen. * @param action Pointer to an action. */
| 106 | * @param action Pointer to an action. |
| 107 | */ |
| 108 | void NewResearchListState::btnOKClick(Action *) |
| 109 | { |
| 110 | _game->popState(); |
| 111 | } |
| 112 | |
| 113 | /** |
| 114 | * Fills the list with possible ResearchProjects. |