Distinguish between selected item and root-selected item
This commit is contained in:
@@ -48,8 +48,9 @@ doWdCrBl wcb = case wcb of
|
||||
|
||||
doCrBl :: CrBl -> Creature -> Bool
|
||||
doCrBl cb = case cb of
|
||||
CrCanShoot -> crCanShoot
|
||||
-- CrCanShoot -> crCanShoot
|
||||
-- CrIsReloading -> crIsReloading
|
||||
CrCanShoot -> error "got rid of crCanShoot"
|
||||
CrIsAiming -> crIsAiming
|
||||
CrIsAnimate -> isAnimate
|
||||
|
||||
|
||||
Reference in New Issue
Block a user