Fix item location bug
This commit is contained in:
@@ -273,7 +273,7 @@ invSetSelection sel w =
|
||||
& worldEventFlags . at InventoryChange ?~ ()
|
||||
-- & crUpdateItemLocations
|
||||
& setInvPosFromSS -- is this necessary here?
|
||||
-- & crUpdateItemLocations
|
||||
& crUpdateItemLocations
|
||||
|
||||
invSetSelectionPos :: Int -> Int -> World -> World
|
||||
invSetSelectionPos i j = invSetSelection (Sel i j)
|
||||
|
||||
Reference in New Issue
Block a user