* Opens the Memorial screen. * @param action Pointer to an action. */
| 178 | * @param action Pointer to an action. |
| 179 | */ |
| 180 | void SoldiersState::btnMemorialClick(Action *) |
| 181 | { |
| 182 | _game->pushState(new SoldierMemorialState(_game)); |
| 183 | } |
| 184 | |
| 185 | /** |
| 186 | * Shows the selected soldier's info. |