Hide group selection in combine inventory, mempty on combine

This commit is contained in:
2024-11-25 21:55:10 +00:00
parent 445ca84358
commit f36f4b8536
3 changed files with 7 additions and 10 deletions
+1 -5
View File
@@ -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)