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):