Broken commit
This commit is contained in:
@@ -11,6 +11,7 @@ import Dodge.Data.Button
|
||||
import Dodge.Data.FloorItem
|
||||
import Control.Lens
|
||||
import Geometry.Data
|
||||
import Data.IntMap.Strict (IntMap)
|
||||
|
||||
data HUDElement
|
||||
= DisplayInventory
|
||||
@@ -23,7 +24,10 @@ data HUDElement
|
||||
data SubInventory
|
||||
= NoSubInventory
|
||||
| ExamineInventory {_subInvMSel :: Maybe Int}
|
||||
| CombineInventory {_subInvMap :: SelectionIntMap CombinableItem}
|
||||
-- | CombineInventory {_subInvMap :: SelectionIntMap CombinableItem}
|
||||
| CombineInventory {_ciCombinations :: IntMap CombinableItem
|
||||
, _ciSections :: SelectionSections CombinableItem
|
||||
}
|
||||
| LockedInventory
|
||||
| DisplayTerminal {_termID :: Int}
|
||||
-- deriving (Eq, Ord, Show, Read) --Generic, Flat)
|
||||
|
||||
Reference in New Issue
Block a user