Hide group selection in combine inventory, mempty on combine
This commit is contained in:
@@ -22,8 +22,6 @@ data HUDElement
|
||||
, _diSelection :: Maybe (Int, Int, IntSet)
|
||||
, _diInvFilter :: Maybe String
|
||||
, _diCloseFilter :: Maybe String
|
||||
-- , _diSelectionExtra :: IntSet -- this should probably be placed within _diSelection
|
||||
-- would lead to inconsistency with _ciSelection
|
||||
}
|
||||
| DisplayCarte
|
||||
|
||||
@@ -35,9 +33,7 @@ data HUDElement
|
||||
|
||||
data SubInventory
|
||||
= NoSubInventory
|
||||
| -- { _nsSelected :: MouseInventorySelection
|
||||
-- }
|
||||
ExamineInventory
|
||||
| ExamineInventory
|
||||
| CombineInventory
|
||||
{ _ciSections :: IntMap (SelectionSection CombinableItem)
|
||||
, _ciSelection :: Maybe (Int, Int, IS.IntSet)
|
||||
|
||||
Reference in New Issue
Block a user