* Shows the Sack Soldier window. * @param action Pointer to an action. */
| 656 | * @param action Pointer to an action. |
| 657 | */ |
| 658 | void SoldierInfoState::btnSackClick(Action *) |
| 659 | { |
| 660 | _game->pushState(new SackSoldierState(_game, _base, _soldierId)); |
| 661 | } |
| 662 | |
| 663 | } |