* Shows the Transfer screen for the selected base. * @param action Pointer to an action. */
| 144 | * @param action Pointer to an action. |
| 145 | */ |
| 146 | void TransferBaseState::lstBasesClick(Action *) |
| 147 | { |
| 148 | _game->pushState(new TransferItemsState(_game, _base, _bases[_lstBases->getSelectedRow()])); |
| 149 | } |
| 150 | |
| 151 | } |
nothing calls this directly
no test coverage detected