* Shows the selected soldier's info. * @param action Pointer to an action. */
| 187 | * @param action Pointer to an action. |
| 188 | */ |
| 189 | void SoldiersState::lstSoldiersClick(Action *) |
| 190 | { |
| 191 | _game->pushState(new SoldierInfoState(_game, _base, _lstSoldiers->getSelectedRow())); |
| 192 | } |
| 193 | |
| 194 | } |
nothing calls this directly
no test coverage detected