Remove SelectionSections
This commit is contained in:
@@ -16,7 +16,7 @@ import Geometry.Data
|
||||
data HUDElement
|
||||
= DisplayInventory
|
||||
{ _subInventory :: SubInventory
|
||||
, _diSections :: SelectionSections ()
|
||||
, _diSections :: IntMap (SelectionSection ())
|
||||
, _diSelection :: Maybe (Int, Int)
|
||||
, _diFilters :: IntMap (Maybe String)
|
||||
, _diSelectionExtra :: Int
|
||||
@@ -36,7 +36,7 @@ data SubInventory
|
||||
}
|
||||
| ExamineInventory
|
||||
| CombineInventory
|
||||
{ _ciSections :: SelectionSections CombinableItem
|
||||
{ _ciSections :: IntMap (SelectionSection CombinableItem)
|
||||
, _ciSelection :: Maybe (Int, Int)
|
||||
, _ciFilters :: IntMap (Maybe String)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user