* Selects the RuleResearch to work on. * @param action Pointer to an action. */
| 97 | * @param action Pointer to an action. |
| 98 | */ |
| 99 | void NewResearchListState::onSelectProject(Action *) |
| 100 | { |
| 101 | _game->pushState(new ResearchInfoState(_game, _base, _projects[_lstResearch->getSelectedRow()])); |
| 102 | } |
| 103 | |
| 104 | /** |
| 105 | * Returns to the previous screen. |
nothing calls this directly
no test coverage detected