Cleanup, fix menu lock on restarting level after game over
This commit is contained in:
@@ -34,7 +34,7 @@ wasdWithAiming
|
||||
wasdWithAiming w speed i cr
|
||||
| isAiming
|
||||
= addAnyTwist $ set crDir mouseDir $ theMovement cr
|
||||
| (isReloading && SDL.ButtonRight `S.member` _mouseButtons w)
|
||||
| isReloading && SDL.ButtonRight `S.member` _mouseButtons w
|
||||
= addAnyTwist $ set crDir (mouseDir + anytwist) $ theMovement cr
|
||||
| otherwise = theMovement $ theTurn $ removeTwist cr
|
||||
where
|
||||
|
||||
Reference in New Issue
Block a user