* Updates the research list * after going to other screens. */
| 163 | * after going to other screens. |
| 164 | */ |
| 165 | void ResearchState::init() |
| 166 | { |
| 167 | State::init(); |
| 168 | fillProjectList(); |
| 169 | } |
| 170 | |
| 171 | /** |
| 172 | * Fills the list with Base ResearchProjects. Also updates count of available lab space and available/allocated scientists. |