From 954b871b1ab24813720d1b47e3824b3b5977bc3a Mon Sep 17 00:00:00 2001 From: Gabriel Pariat Date: Sun, 13 Nov 2022 12:58:02 -0500 Subject: [PATCH] fix local game --- client/src/local-game.lisp | 3 +++ 1 file changed, 3 insertions(+) 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)))