SoccerFun 0.3.5 → 0.3.6
raw patch · 2 files changed
+2/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- SoccerFun.cabal +1/−1
- SoccerFun/UI/GL.hs +1/−0
SoccerFun.cabal view
@@ -1,5 +1,5 @@ Name: SoccerFun-Version: 0.3.5+Version: 0.3.6 Copyright: (c) 2010, Jan Rochel License: BSD3 License-File: LICENSE
SoccerFun/UI/GL.hs view
@@ -60,6 +60,7 @@ inputCallback ∷ GL.Key → GL.KeyState → GL.Modifiers → GL.Position → IO () inputCallback (GL.Char 'q') _ _ _ = exitSuccess+ inputCallback _ _ _ _ = return () gameLoop = do ((refereeActions,playerWithActions),match') ← liftM stepMatch $ readIORef match