Record mouse over combination selections
This commit is contained in:
@@ -289,9 +289,11 @@ enterCombineInv :: Configuration -> World -> World
|
||||
enterCombineInv cfig w =
|
||||
w & hud . hudElement . subInventory
|
||||
.~ CombineInventory
|
||||
sss
|
||||
selpos
|
||||
Nothing
|
||||
{ _ciSections = sss
|
||||
, _ciSelection = selpos
|
||||
, _ciFilter = Nothing
|
||||
, _ciMouseOver = Nothing
|
||||
}
|
||||
& hud . hudElement . diInvFilter
|
||||
.~ Nothing
|
||||
where
|
||||
|
||||
Reference in New Issue
Block a user