* Returns to the previous screen. * @param action Pointer to an action. */
| 160 | * @param action Pointer to an action. |
| 161 | */ |
| 162 | void SoldiersState::btnOkClick(Action *) |
| 163 | { |
| 164 | _game->popState(); |
| 165 | } |
| 166 | |
| 167 | /** |
| 168 | * Opens the Psionic Training screen. |