Hlint pass
This commit is contained in:
@@ -61,7 +61,7 @@ crUpdate' f cr =
|
||||
. g
|
||||
. updateWalkCycle cid
|
||||
where
|
||||
cid = (cr ^. crID)
|
||||
cid = cr ^. crID
|
||||
g w' = maybe id f (w' ^? cWorld . lWorld . creatures . ix cid) w'
|
||||
|
||||
checkDeath :: Int -> World -> World
|
||||
|
||||
Reference in New Issue
Block a user