Distinguish between selected item and root-selected item
This commit is contained in:
@@ -30,7 +30,7 @@ data NearbyManipulation
|
||||
|
||||
data InventoryManipulation
|
||||
= SortInventory
|
||||
| SelItem { _ispItem :: Int, _iselAction :: InvSelAction}
|
||||
| SelectedItem { _imSelectedItem :: Int, _imRootItem :: Int}
|
||||
deriving (Eq, Ord, Show, Read) --Generic, Flat)
|
||||
|
||||
data InvSelAction
|
||||
|
||||
Reference in New Issue
Block a user