From a8015bf2b0b22c0f01621b3e57fed40a2b109405 Mon Sep 17 00:00:00 2001 From: Louis Vallat Date: Wed, 26 Dec 2018 14:34:29 +0100 Subject: [PATCH] first commit for a long time --- core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core.py b/core.py index 7f74ebd..e53dcb4 100644 --- a/core.py +++ b/core.py @@ -774,7 +774,7 @@ class Game: # >>> DO YOU REALLY NEED COMMENTS FOR THIS ONE ? >>> def quit(self): pg.quit() - sys.exit() + #sys.exit() # >>> RESTART THE WHOLE GAME >>> def restartGame(self):