Fix bug in manObject update when dropping items
This commit is contained in:
@@ -129,6 +129,7 @@ updateWorldEventFlags u =
|
||||
updateWorldEventFlag :: WorldEventFlag -> Universe -> Universe
|
||||
updateWorldEventFlag wef = case wef of
|
||||
InventoryChange -> id -- updateInventoryPositioning
|
||||
-- setInvPosFromSS ?
|
||||
-- for now update inventory positioning every tick
|
||||
CombineInventoryChange -> updateCombinePositioning
|
||||
|
||||
|
||||
Reference in New Issue
Block a user