* Returns to the previous screen. * @param action Pointer to an action. */
| 341 | * @param action Pointer to an action. |
| 342 | */ |
| 343 | void CraftInfoState::btnOkClick(Action *) |
| 344 | { |
| 345 | _game->popState(); |
| 346 | } |
| 347 | |
| 348 | /** |
| 349 | * Goes to the Select Armament window for |