Continue reload refactor
This commit is contained in:
@@ -128,7 +128,7 @@ subInventoryDisplay subinv cfig w = case subinv of
|
||||
| ButtonRight `S.member` _mouseButtons w = listCursorNESW
|
||||
| otherwise = listCursorNSW
|
||||
curpos = invSelPos w
|
||||
cury = fromMaybe 1 $ augmentedInvSizes w IM.!? _crInvSel (you w)
|
||||
cury = fromMaybe 1 $ augmentedInvSizes w IM.!? crSel (you w)
|
||||
equipcursor = case _crLeftInvSel cr of
|
||||
Just invid -> f cyan invid (_crInvEquipped cr IM.! invid)
|
||||
_ -> mempty
|
||||
|
||||
Reference in New Issue
Block a user