diff --git a/client/src/local-game.lisp b/client/src/local-game.lisp index 65e3af6..675da1d 100644 --- a/client/src/local-game.lisp +++ b/client/src/local-game.lisp @@ -164,3 +164,6 @@ (handle-left-player game-state timelapse (list r:+key-w+) (list r:+key-s+)) (handle-right-player game-state timelapse (list r:+key-up+) (list r:+key-down+)) (handle-ball game-state timelapse)))) + +(defmethod g:on-quit ((game local-game-1p))) +(defmethod g:on-quit ((game local-game-2p)))