Remove duplicated selection/manipulation positions
Needs more testing to make sure it all works properly
This commit is contained in:
@@ -127,19 +127,20 @@ topTestPart u =
|
||||
]
|
||||
|
||||
showManObj :: ManipulatedObject -> String
|
||||
showManObj SortInventory = "SortInventory"
|
||||
showManObj (SelectedItem y as z) =
|
||||
--showManObj SortInventory = "SortInventory"
|
||||
showManObj (HeldItem y as z) =
|
||||
" Root: "
|
||||
++ show y
|
||||
++ " Attached: "
|
||||
++ show z
|
||||
++ " AimStance: "
|
||||
++ show as
|
||||
showManObj SelNothing = "SelNothing"
|
||||
showManObj SortCloseItem = "SortCloseItem"
|
||||
showManObj (SelCloseItem x) = "CloseItem " ++ show x
|
||||
showManObj SortCloseButton = "SortCloseButton"
|
||||
showManObj (SelCloseButton x) = "CloseButton " ++ show x
|
||||
showManObj HandsFree = "HandsFree"
|
||||
--showManObj SelNothing = "SelNothing"
|
||||
--showManObj SortCloseItem = "SortCloseItem"
|
||||
--showManObj (SelCloseItem x) = "CloseItem " ++ show x
|
||||
--showManObj SortCloseButton = "SortCloseButton"
|
||||
--showManObj (SelCloseButton x) = "CloseButton " ++ show x
|
||||
|
||||
showTimeFlow :: TimeFlowStatus -> String
|
||||
showTimeFlow tfs = case tfs of
|
||||
|
||||
Reference in New Issue
Block a user