* Shows the unit info screen. * @param action Pointer to an action. */
| 475 | * @param action Pointer to an action. |
| 476 | */ |
| 477 | void InventoryState::btnRankClick(Action *) |
| 478 | { |
| 479 | _game->pushState(new UnitInfoState(_game, _battleGame->getSelectedUnit(), _parent, true, false)); |
| 480 | } |
| 481 | |
| 482 | /** |
| 483 | * Updates item info. |
nothing calls this directly
no test coverage detected