* Returns to the previous screen. * @param action Pointer to an action. */
| 134 | * @param action Pointer to an action. |
| 135 | */ |
| 136 | void SoldierArmorState::btnCancelClick(Action *) |
| 137 | { |
| 138 | _game->popState(); |
| 139 | } |
| 140 | |
| 141 | /** |
| 142 | * Equips the armor on the soldier and returns to the previous screen. |