* Shows more ground items / rearranges them. * @param action Pointer to an action. */
| 466 | * @param action Pointer to an action. |
| 467 | */ |
| 468 | void InventoryState::btnGroundClick(Action *) |
| 469 | { |
| 470 | _inv->arrangeGround(); |
| 471 | } |
| 472 | |
| 473 | /** |
| 474 | * Shows the unit info screen. |
nothing calls this directly
no test coverage detected